Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
client connection

Provides http client connection. More...

Classes

class  HttpClientConnection
 
class  HttpConnection
 
class  HttpServerConnection
 

Macros

#define HTTP_SERVER_EXPOSE_NAME   1
 
#define HTTP_SERVER_EXPOSE_DATE   0
 

Typedefs

typedef ObjectQueue< HttpRequest, HTTP_REQUEST_POOL_SIZE > RequestQueue
 
typedef Delegate< void(HttpServerConnection &connection)> HttpServerConnectionDelegate
 
typedef std::function< bool()> HttpServerProtocolUpgradeCallback
 

Detailed Description

Provides http client connection.

Provides http server connection.

Provides http base used for client and server connections.