#include <HTTPSocket.h>
|
| bool | post (HTTPResponse *httpRes, const std::string &content, size_t contentOffset, size_t contentLength, bool isOnlyHeader, bool isChunked) |
| |
| bool | post (HTTPResponse *httpRes, uHTTP::InputStream *in, size_t contentOffset, size_t contentLength, bool isOnlyHeader, bool isChunked) |
| |
◆ HTTPSocket() [1/2]
◆ HTTPSocket() [2/2]
| uHTTP::HTTPSocket::HTTPSocket |
( |
HTTPSocket * | socket | ) |
|
◆ ~HTTPSocket()
| uHTTP::HTTPSocket::~HTTPSocket |
( |
| ) |
|
◆ close()
| bool uHTTP::HTTPSocket::close |
( |
| ) |
|
◆ getLocalAddress()
| const char * uHTTP::HTTPSocket::getLocalAddress |
( |
| ) |
|
|
inline |
◆ getLocalPort()
| int uHTTP::HTTPSocket::getLocalPort |
( |
| ) |
|
|
inline |
◆ getSocket()
◆ open()
| bool uHTTP::HTTPSocket::open |
( |
| ) |
|
◆ post() [1/6]
| bool uHTTP::HTTPSocket::post |
( |
const char | c | ) |
|
◆ post() [2/6]
| bool uHTTP::HTTPSocket::post |
( |
const std::string & | content | ) |
|
◆ post() [3/6]
◆ post() [4/6]
| bool uHTTP::HTTPSocket::post |
( |
HTTPResponse * | httpRes, |
|
|
const std::string & | content, |
|
|
size_t | contentOffset, |
|
|
size_t | contentLength, |
|
|
bool | isOnlyHeader, |
|
|
bool | isChunked ) |
|
private |
◆ post() [5/6]
| bool uHTTP::HTTPSocket::post |
( |
HTTPResponse * | httpRes, |
|
|
size_t | contentOffset, |
|
|
size_t | contentLength, |
|
|
bool | isOnlyHeader, |
|
|
bool | isChunked ) |
◆ post() [6/6]
| bool uHTTP::HTTPSocket::post |
( |
HTTPResponse * | httpRes, |
|
|
uHTTP::InputStream * | in, |
|
|
size_t | contentOffset, |
|
|
size_t | contentLength, |
|
|
bool | isOnlyHeader, |
|
|
bool | isChunked ) |
|
private |
◆ setSocket()
◆ socket
The documentation for this class was generated from the following file: