OSDN Git Service

e2539d600ef8f413ff17e6074507558a6c277eb6
[mimic/MiMicSDK.git] / lib / src / include / NyLPC_http.h
1 /*********************************************************************************\r
2  * PROJECT: MiMic\r
3  * --------------------------------------------------------------------------------\r
4  *\r
5  * This file is part of MiMic\r
6  * Copyright (C)2011 Ryo Iizuka\r
7  *\r
8  * MiMic is free software: you can redistribute it and/or modify\r
9  * it under the terms of the GNU Lesser General Public License as published\r
10  * by the Free Software Foundation, either version 3 of the License, or\r
11  * (at your option) any later version.\r
12  *\r
13  * This program is distributed in the hope that it will be useful,\r
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
16  * GNU General Public License for more details.\r
17  *\r
18  * You should have received a copy of the GNU Lesser General Public License\r
19  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
20  *\r
21  * For further information please contact.\r
22  *      http://nyatla.jp/\r
23  *      <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
24  *\r
25  *********************************************************************************/\r
26 /**\r
27  * @file\r
28  * このファイルは、httpディレクトリ以下に宣言されるヘッダファイルを集積します。\r
29  */\r
30 #ifndef NyLPC_httpService_h\r
31 #define NyLPC_httpService_h\r
32 #include "NyLPC_stdlib.h"\r
33 #include "../http/NyLPC_cHttpdConfig.h"\r
34 #include "../http/NyLPC_cHttpHeaderWriter.h"\r
35 #include "../http/NyLPC_cHttpBodyWriter.h"\r
36 #include "../http/NyLPC_cHttpShortRequestHeaderParser.h"\r
37 #include "../http/NyLPC_cHttpBasicHeaderParser.h"\r
38 #include "../http/NyLPC_cHttpStream.h"\r
39 \r
40 \r
41 #ifdef __cplusplus\r
42 extern "C" {\r
43 #endif /* __cplusplus */\r
44 \r
45 #ifdef __cplusplus\r
46 }\r
47 #endif /* __cplusplus */\r
48 \r
49 #endif\r