This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

core/include/NyLPC_http.h

Committer:
furutani
Date:
2017-02-24
Revision:
115:fa79286d8ea4
Parent:
71:855020258513

File content as of revision 115:fa79286d8ea4:

/*********************************************************************************
 * PROJECT: MiMic
 * --------------------------------------------------------------------------------
 *
 * This file is part of MiMic
 * Copyright (C)2011 Ryo Iizuka
 *
 * MiMic is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * For further information please contact.
 *  http://nyatla.jp/
 *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
 *
 *********************************************************************************/
/**
 * @file
 * このファイルは、httpディレクトリ以下に宣言されるヘッダファイルを集積します。
 */
#ifndef NyLPC_httpService_h
#define NyLPC_httpService_h
#include "NyLPC_stdlib.h"
#include "../http/NyLPC_cHttpdConfig.h"
#include "../http/NyLPC_cHttpHeaderWriter.h"
#include "../http/NyLPC_cHttpBodyWriter.h"
#include "../http/NyLPC_cHttpBasicHeaderParser.h"
#include "../http/NyLPC_cHttpStream.h"
#include "../http/NyLPC_cHttpNullRequestHeaderParser.h"
#include "../http/NyLPC_cMimeType.h"
#include "../http/NyLPC_cUrlReader.h"
#include "../http/NyLPC_cUrlEncode.h"
#include "../http/NyLPC_cHttpBasicBodyParser.h"
#include "../http/NyLPC_cHttpBodyParser.h"
#include "../http/NyLPC_cBase64.h"
#include "../http/json/NyLPC_cJsonRpcParser.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif