D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::https_client, including all inherited members.
buffer | dpp::ssl_client | protected |
build_multipart(const std::string &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() override | dpp::https_client | virtual |
complete_handshake(const struct socket_events *ev) | dpp::ssl_client | |
completed | dpp::https_client | |
connect() override | dpp::https_client | protectedvirtual |
connect_retries | dpp::ssl_client | protected |
connected | dpp::ssl_client | protected |
do_raw_trace(const std::string &message) const | dpp::ssl_client | protected |
enable_raw_tracing() | 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 header_name) const | dpp::https_client | |
get_header_count(std::string header_name) const | dpp::https_client | |
get_header_list(std::string header_name) const | dpp::https_client | |
get_headers() const | dpp::https_client | |
get_host_info(std::string url) | dpp::https_client | static |
get_state() | dpp::https_client | protected |
get_status() const | dpp::https_client | |
get_unique_id() const | dpp::ssl_client | |
handle_buffer(std::string &buffer) override | dpp::https_client | virtual |
hostname | dpp::ssl_client | protected |
https_client(cluster *creator, const std::string &hostname, uint16_t port=443, const std::string &urlpath="/", const std::string &verb="GET", const std::string &req_body="", const http_headers &extra_headers={}, bool plaintext_connection=false, uint16_t request_timeout=5, const std::string &protocol="1.1", https_client_completion_event done={}) | dpp::https_client | |
keepalive | dpp::ssl_client | |
last_tick | dpp::ssl_client | protected |
log(dpp::loglevel severity, const std::string &msg) const | dpp::ssl_client | virtual |
obuffer | dpp::ssl_client | protected |
on_error(dpp::socket fd, const struct dpp::socket_events &, int error_code) | dpp::ssl_client | |
on_read(dpp::socket fd, const struct dpp::socket_events &ev) | dpp::ssl_client | |
on_write(dpp::socket fd, const struct dpp::socket_events &e) | dpp::ssl_client | |
one_second_timer() override | dpp::https_client | virtual |
owner | dpp::ssl_client | |
plaintext | dpp::ssl_client | protected |
port | dpp::ssl_client | protected |
raw_trace | dpp::ssl_client | protected |
read_loop() | dpp::ssl_client | |
sfd | dpp::ssl_client | protected |
socket_write(const std::string_view data) | dpp::ssl_client | |
ssl | dpp::ssl_client | protected |
ssl_client(cluster *creator, const std::string &_hostname, const std::string &_port="443", bool plaintext_downgrade=false, bool reuse=false) | dpp::ssl_client | |
start | dpp::ssl_client | protected |
state | dpp::https_client | |
tcp_connect_done | dpp::ssl_client | protected |
timed_out | dpp::https_client | |
timer_handle | dpp::ssl_client | protected |
unique_id | dpp::ssl_client | protected |
~https_client() override | dpp::https_client | virtual |
~ssl_client() | dpp::ssl_client | virtual |