|
ESP8266
|
This is the complete list of members for HTTPClient, including all inherited members.
| _base64Authorization | HTTPClient | protected |
| _canReuse | HTTPClient | protected |
| _currentHeaders | HTTPClient | protected |
| _headerKeysCount | HTTPClient | protected |
| _Headers | HTTPClient | protected |
| _host | HTTPClient | protected |
| _https | HTTPClient | protected |
| _httpsFingerprint | HTTPClient | protected |
| _port | HTTPClient | protected |
| _returnCode | HTTPClient | protected |
| _reuse | HTTPClient | protected |
| _size | HTTPClient | protected |
| _tcp | HTTPClient | protected |
| _tcps | HTTPClient | protected |
| _tcpTimeout | HTTPClient | protected |
| _url | HTTPClient | protected |
| _userAgent | HTTPClient | protected |
| 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) | HTTPClient | protected |
| connected(void) | HTTPClient | |
| end(void) | HTTPClient | |
| errorToString(int error) | HTTPClient | static |
| GET() | HTTPClient | |
| getSize(void) | HTTPClient | |
| getStream(void) __attribute__((deprecated)) | HTTPClient | |
| getStreamPtr(void) | HTTPClient | |
| getString(void) | HTTPClient | |
| handleHeaderResponse() | HTTPClient | protected |
| 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) | HTTPClient | protected |
| 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 |
1.8.10