![]() |
MySQL 8.0.43
Source Code Documentation
|
This is the complete list of members for HttpsClient, including all inherited members.
| conn_ | HttpClient | protected |
| error_msg() const | HttpClient | |
| hostname() const | HttpClient | inline |
| hostname_ | HttpClient | protected |
| HttpClient(IOContext &io_ctx, const std::string &hostname, uint16_t port) | HttpClient | inline |
| HttpsClient(IOContext &io_ctx, TlsClientContext &&tls_ctx, const std::string &address, uint16_t port) | HttpsClient | inline |
| io_ctx_ | HttpClient | protected |
| make_connection() override | HttpsClient | privatevirtual |
| make_request(HttpRequest *req, HttpMethod::type method, const std::string &uri) | HttpClient | |
| make_request_sync(HttpRequest *req, HttpMethod::type method, const std::string &uri) | HttpClient | |
| operator bool() const | HttpClient | |
| port() const | HttpClient | inline |
| port_ | HttpClient | protected |
| tls_ctx_ | HttpsClient | private |
| ~HttpClient() | HttpClient | virtual |