HttpClient Member List
This is the complete list of members for HttpClient, including all inherited members.
| cleanup() | HttpClient | inlinestatic |
| createRequest(const Url &url) | HttpClient | inline |
| downloadFile(const Url &url, RequestCompletedDelegate requestComplete=nullptr) | HttpClient | inline |
| downloadFile(const Url &url, const String &saveFileName, RequestCompletedDelegate requestComplete=nullptr) | HttpClient | |
| downloadString(const Url &url, RequestCompletedDelegate requestComplete, size_t maxLength=NETWORK_SEND_BUFFER_SIZE) | HttpClient | inline |
| getCacheKey(const Url &url) | HttpClient | inlineprotected |
| httpConnectionPool | HttpClient | protectedstatic |
| HttpConnectionPool typedef | HttpClient | protected |
| send(HttpRequest *request) | HttpClient | |
| sendRequest(const Url &url, RequestCompletedDelegate requestComplete) | HttpClient | inline |
| sendRequest(const HttpMethod method, const Url &url, const HttpHeaders &headers, RequestCompletedDelegate requestComplete) | HttpClient | inline |
| sendRequest(const HttpMethod method, const Url &url, const HttpHeaders &headers, const String &body, RequestCompletedDelegate requestComplete) | HttpClient | inline |
| sendRequest(const HttpMethod method, const Url &url, const HttpHeaders &headers, String &&body, RequestCompletedDelegate requestComplete) noexcept | HttpClient | inline |
| ~HttpClient() | HttpClient | inlinevirtual |
1.8.17