OSDN Git Service

HTTPDのAPI化準備
authornyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Tue, 12 Feb 2013 07:03:54 +0000 (07:03 +0000)
committernyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Tue, 12 Feb 2013 07:03:54 +0000 (07:03 +0000)
commitb319618f3d0b0c97e58b5a2e695f703b53715a1b
treec32af8c43dff950c2c9bf4af46f2e1e6c7cad7dc
parent07cc670ac0e09992ac223b23ce992babd8e5ccf9
HTTPDのAPI化準備

basicHeaderParserのAPI変更

git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@193 47198e57-cb75-475f-84c4-a814cd6f29e0
22 files changed:
lib/src/NyLPC_cStr.h
lib/src/api/NyLPC_cHttpRequestPrefixParser.h [new file with mode: 0644]
lib/src/api/NyLPC_cHttpd.h [new file with mode: 0644]
lib/src/api/NyLPC_cHttpdConnection.h [new file with mode: 0644]
lib/src/api/NyLPC_cHttpdThread.h [new file with mode: 0644]
lib/src/api/NyLPC_cModShortUrl.h [new file with mode: 0644]
lib/src/api/NyLPC_cNet.h [new file with mode: 0644]
lib/src/api/NyLPC_cNetConfig.h [new file with mode: 0644]
lib/src/http/NyLPC_cHttpBasicHeaderParser.c
lib/src/http/NyLPC_cHttpBasicHeaderParser.h
lib/src/http/NyLPC_cHttpShortRequestHeaderParser.c
lib/src/os/NyLPC_cThread.h
lib/src/os/freertos/NyLPC_cThread.c
lib/src/uip/NyLPC_cIPv4IComp.h
lib/src/uip/NyLPC_cTcpListener.h
lib/src/uip/NyLPC_cTcpSocket.c
lib/src/uip/NyLPC_cTcpSocket.h
lib/src/uip/NyLPC_cUipService.c
lib/src/uip/NyLPC_cUipService.h
projects/app.RemoteMCU/src/cConfiglationStorage.h
projects/app.RemoteMCU/src/cRemoteMcuRequestParser.c
projects/example/sample.net.simplehttpd/src/sketch.c