MySQL 8.0.37
Source Code Documentation
HttpsClient Member List

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

conn_HttpClientprotected
error_msg() constHttpClient
hostname() constHttpClientinline
hostname_HttpClientprotected
HttpClient(IOContext &io_ctx, const std::string &hostname, uint16_t port)HttpClientinline
HttpsClient(IOContext &io_ctx, TlsClientContext &&tls_ctx, const std::string &address, uint16_t port)HttpsClientinline
io_ctx_HttpClientprotected
make_connection() overrideHttpsClientprivatevirtual
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() constHttpClient
port() constHttpClientinline
port_HttpClientprotected
tls_ctx_HttpsClientprivate
~HttpClient()HttpClientvirtual