This is the complete list of members for HttpClient, including all inherited members.
| available() | HttpClient | virtual |
| beginRequest() | HttpClient | |
| completed() | HttpClient | virtual |
| connect(IPAddress ip, uint16_t port) | HttpClient | virtual |
| connect(const char *host, uint16_t port) | HttpClient | virtual |
| connected() | HttpClient | virtual |
| contentLength() | HttpClient | |
| eIdle enum value | HttpClient | protected |
| eLineStartingCRFound enum value | HttpClient | protected |
| endOfBodyReached() | HttpClient | |
| endOfHeadersReached() | HttpClient | |
| endOfStream() | HttpClient | virtual |
| endRequest() | HttpClient | |
| eReadingBody enum value | HttpClient | protected |
| eReadingContentLength enum value | HttpClient | protected |
| eReadingStatusCode enum value | HttpClient | protected |
| eRequestSent enum value | HttpClient | protected |
| eRequestStarted enum value | HttpClient | protected |
| eSkipToEndOfHeader enum value | HttpClient | protected |
| eStatusCodeRead enum value | HttpClient | protected |
| finishHeaders() | HttpClient | protected |
| finishRequest() | HttpClient | |
| flush() | HttpClient | virtual |
| get(const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| get(const char *aServerName, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| get(const IPAddress &aServerAddress, const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| get(const IPAddress &aServerAddress, const char *aServerName, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| HttpClient(Client &aClient) | HttpClient | |
| httpResponseTimeout() | HttpClient | virtual |
| iBodyLengthConsumed | HttpClient | protected |
| iClient | HttpClient | protected |
| iContentLength | HttpClient | protected |
| iContentLengthPtr | HttpClient | protected |
| iHttpResponseTimeout | HttpClient | protected |
| iProxyAddress | HttpClient | protected |
| iProxyPort | HttpClient | protected |
| iState | HttpClient | protected |
| iStatusCode | HttpClient | protected |
| kContentLengthPrefix | HttpClient | protectedstatic |
| kHttpPort | HttpClient | static |
| kHttpResponseTimeout | HttpClient | protectedstatic |
| kHttpWaitForDataDelay | HttpClient | protectedstatic |
| kNoContentLengthHeader | HttpClient | static |
| kUserAgent | HttpClient | static |
| operator bool() | HttpClient | virtual |
| peek() | HttpClient | virtual |
| post(const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| post(const char *aServerName, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| post(const IPAddress &aServerAddress, const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| post(const IPAddress &aServerAddress, const char *aServerName, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| put(const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| put(const char *aServerName, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| put(const IPAddress &aServerAddress, const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| put(const IPAddress &aServerAddress, const char *aServerName, const char *aURLPath, const char *aUserAgent=NULL) | HttpClient | |
| read() | HttpClient | virtual |
| read(uint8_t *buf, size_t size) | HttpClient | virtual |
| readHeader() | HttpClient | |
| resetState() | HttpClient | protected |
| responseStatusCode() | HttpClient | |
| sendBasicAuth(const char *aUser, const char *aPassword) | HttpClient | |
| sendHeader(const char *aHeader) | HttpClient | |
| sendHeader(const char *aHeaderName, const char *aHeaderValue) | HttpClient | |
| sendHeader(const char *aHeaderName, const int aHeaderValue) | HttpClient | |
| sendInitialHeaders(const char *aServerName, IPAddress aServerIP, uint16_t aPort, const char *aURLPath, const char *aHttpMethod, const char *aUserAgent) | HttpClient | protected |
| setHttpResponseTimeout(uint32_t timeout) | HttpClient | virtual |
| skipResponseHeaders() | HttpClient | |
| startRequest(const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aHttpMethod, const char *aUserAgent) | HttpClient | |
| startRequest(const IPAddress &aServerAddress, const char *aServerName, uint16_t aServerPort, const char *aURLPath, const char *aHttpMethod, const char *aUserAgent) | HttpClient | |
| stop() | HttpClient | virtual |
| tHttpState enum name | HttpClient | protected |
| write(uint8_t aByte) | HttpClient | virtual |
| write(const uint8_t *aBuffer, size_t aSize) | HttpClient | virtual |