ESP8266
HTTPClient Member List

This is the complete list of members for HTTPClient, including all inherited members.

_base64AuthorizationHTTPClientprotected
_canReuseHTTPClientprotected
_currentHeadersHTTPClientprotected
_headerKeysCountHTTPClientprotected
_HeadersHTTPClientprotected
_hostHTTPClientprotected
_httpsHTTPClientprotected
_httpsFingerprintHTTPClientprotected
_portHTTPClientprotected
_returnCodeHTTPClientprotected
_reuseHTTPClientprotected
_sizeHTTPClientprotected
_tcpHTTPClientprotected
_tcpsHTTPClientprotected
_tcpTimeoutHTTPClientprotected
_urlHTTPClientprotected
_userAgentHTTPClientprotected
addHeader(const String &name, const String &value, bool first=false)HTTPClient
begin(const char *url, const char *httpsFingerprint="")HTTPClient
begin(String url, String httpsFingerprint="")HTTPClient
begin(const char *host, uint16_t port, const char *url="/", bool https=false, const char *httpsFingerprint="")HTTPClient
begin(String host, uint16_t port, String url="/", bool https=false, String httpsFingerprint="")HTTPClient
collectHeaders(const char *headerKeys[], const size_t headerKeysCount)HTTPClient
connect(void)HTTPClientprotected
connected(void)HTTPClient
end(void)HTTPClient
errorToString(int error)HTTPClientstatic
GET()HTTPClient
getSize(void)HTTPClient
getStream(void) __attribute__((deprecated))HTTPClient
getStreamPtr(void)HTTPClient
getString(void)HTTPClient
handleHeaderResponse()HTTPClientprotected
hasHeader(const char *name)HTTPClient
header(const char *name)HTTPClient
header(size_t i)HTTPClient
headerName(size_t i)HTTPClient
headers()HTTPClient
HTTPClient()HTTPClient
POST(uint8_t *payload, size_t size)HTTPClient
POST(String payload)HTTPClient
sendHeader(const char *type)HTTPClientprotected
sendRequest(const char *type, uint8_t *payload=NULL, size_t size=0)HTTPClient
sendRequest(const char *type, Stream *stream, size_t size=0)HTTPClient
setAuthorization(const char *user, const char *password)HTTPClient
setAuthorization(const char *auth)HTTPClient
setReuse(bool reuse)HTTPClient
setTimeout(uint16_t timeout)HTTPClient
setUserAgent(const char *userAgent)HTTPClient
writeToStream(Stream *stream)HTTPClient
~HTTPClient()HTTPClient