This is the complete list of members for dpp::https_client, including all inherited members.
buffer | dpp::ssl_client | protected |
build_multipart(std::string_view json, const std::vector< std::string > &filenames={}, const std::vector< std::string > &contents={}, const std::vector< std::string > &mimetypes={}) | dpp::https_client | static |
bytes_in | dpp::ssl_client | protected |
bytes_out | dpp::ssl_client | protected |
cipher | dpp::ssl_client | protected |
close() | dpp::https_client | virtual |
connect() | dpp::https_client | protectedvirtual |
custom_readable_fd | dpp::ssl_client | |
custom_readable_ready | dpp::ssl_client | |
custom_writeable_fd | dpp::ssl_client | |
custom_writeable_ready | dpp::ssl_client | |
get_bytes_in() | dpp::ssl_client | |
get_bytes_out() | dpp::ssl_client | |
get_cipher() | dpp::ssl_client | |
get_content() const | dpp::https_client | |
get_header(std::string_view header_name) const | dpp::https_client | |
get_header_count(std::string_view header_name) const | dpp::https_client | |
get_header_list(std::string_view header_name) const | dpp::https_client | |
get_headers() const | dpp::https_client | |
get_host_info(std::string_view url) | dpp::https_client | static |
get_state() | dpp::https_client | protected |
get_status() const | dpp::https_client | |
handle_buffer(std::string &buffer) | dpp::https_client | virtual |
hostname | dpp::ssl_client | protected |
https_client(std::string_view hostname, uint16_t port=443, std::string_view urlpath="/", std::string_view verb="GET", std::string_view req_body="", const http_headers &extra_headers={}, bool plaintext_connection=false, uint16_t request_timeout=5, std::string_view protocol="1.1") | dpp::https_client | |
keepalive | dpp::ssl_client | |
last_tick | dpp::ssl_client | protected |
log(dpp::loglevel severity, std::string_view msg) const | dpp::ssl_client | virtual |
make_new | dpp::ssl_client | protected |
nonblocking | dpp::ssl_client | protected |
obuffer | dpp::ssl_client | protected |
one_second_timer() | dpp::https_client | virtual |
plaintext | dpp::ssl_client | protected |
port | dpp::ssl_client | protected |
read_loop() | dpp::ssl_client | |
sfd | dpp::ssl_client | protected |
ssl | dpp::ssl_client | protected |
ssl_client(std::string_view _hostname, std::string_view _port="443", bool plaintext_downgrade=false, bool reuse=false) | dpp::ssl_client | |
write(std::string_view data) | dpp::ssl_client | virtual |
~https_client()=default | dpp::https_client | virtual |
~ssl_client() | dpp::ssl_client | virtual |