Goby3
3.1.5a
2024.05.23
|
This is the complete list of members for httplib::Client, including all inherited members.
Client(const std::string &scheme_host_port) | httplib::Client | inlineexplicit |
Client(const std::string &scheme_host_port, const std::string &client_cert_path, const std::string &client_key_path) | httplib::Client | inlineexplicit |
Client(const std::string &host, int port) | httplib::Client | inlineexplicit |
Client(const std::string &host, int port, const std::string &client_cert_path, const std::string &client_key_path) | httplib::Client | inlineexplicit |
Client(Client &&)=default | httplib::Client | |
Delete(const std::string &path) | httplib::Client | inline |
Delete(const std::string &path, const Headers &headers) | httplib::Client | inline |
Delete(const std::string &path, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Delete(const std::string &path, const Headers &headers, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Delete(const std::string &path, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Delete(const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Get(const std::string &path) | httplib::Client | inline |
Get(const std::string &path, const Headers &headers) | httplib::Client | inline |
Get(const std::string &path, Progress progress) | httplib::Client | inline |
Get(const std::string &path, const Headers &headers, Progress progress) | httplib::Client | inline |
Get(const std::string &path, ContentReceiver content_receiver) | httplib::Client | inline |
Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver) | httplib::Client | inline |
Get(const std::string &path, ContentReceiver content_receiver, Progress progress) | httplib::Client | inline |
Get(const std::string &path, const Headers &headers, ContentReceiver content_receiver, Progress progress) | httplib::Client | inline |
Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver) | httplib::Client | inline |
Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver) | httplib::Client | inline |
Get(const std::string &path, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) | httplib::Client | inline |
Get(const std::string &path, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress) | httplib::Client | inline |
Get(const std::string &path, const Params ¶ms, const Headers &headers, Progress progress=nullptr) | httplib::Client | inline |
Get(const std::string &path, const Params ¶ms, const Headers &headers, ContentReceiver content_receiver, Progress progress=nullptr) | httplib::Client | inline |
Get(const std::string &path, const Params ¶ms, const Headers &headers, ResponseHandler response_handler, ContentReceiver content_receiver, Progress progress=nullptr) | httplib::Client | inline |
Head(const std::string &path) | httplib::Client | inline |
Head(const std::string &path, const Headers &headers) | httplib::Client | inline |
host() const | httplib::Client | inline |
is_socket_open() const | httplib::Client | inline |
is_valid() const | httplib::Client | inline |
Options(const std::string &path) | httplib::Client | inline |
Options(const std::string &path, const Headers &headers) | httplib::Client | inline |
Patch(const std::string &path) | httplib::Client | inline |
Patch(const std::string &path, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, const Headers &headers, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, size_t content_length, ContentProvider content_provider, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, ContentProviderWithoutLength content_provider, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, const std::string &content_type) | httplib::Client | inline |
Patch(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, const std::string &content_type) | httplib::Client | inline |
port() const | httplib::Client | inline |
Post(const std::string &path) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers) | httplib::Client | inline |
Post(const std::string &path, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, size_t content_length, ContentProvider content_provider, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, ContentProviderWithoutLength content_provider, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, const std::string &content_type) | httplib::Client | inline |
Post(const std::string &path, const Params ¶ms) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, const Params ¶ms) | httplib::Client | inline |
Post(const std::string &path, const MultipartFormDataItems &items) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const std::string &boundary) | httplib::Client | inline |
Post(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const MultipartFormDataProviderItems &provider_items) | httplib::Client | inline |
Put(const std::string &path) | httplib::Client | inline |
Put(const std::string &path, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, const char *body, size_t content_length, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, const std::string &body, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, size_t content_length, ContentProvider content_provider, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, ContentProviderWithoutLength content_provider, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, size_t content_length, ContentProvider content_provider, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, ContentProviderWithoutLength content_provider, const std::string &content_type) | httplib::Client | inline |
Put(const std::string &path, const Params ¶ms) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, const Params ¶ms) | httplib::Client | inline |
Put(const std::string &path, const MultipartFormDataItems &items) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, const MultipartFormDataItems &items) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const std::string &boundary) | httplib::Client | inline |
Put(const std::string &path, const Headers &headers, const MultipartFormDataItems &items, const MultipartFormDataProviderItems &provider_items) | httplib::Client | inline |
send(Request &req, Response &res, Error &error) | httplib::Client | inline |
send(const Request &req) | httplib::Client | inline |
set_address_family(int family) | httplib::Client | inline |
set_basic_auth(const std::string &username, const std::string &password) | httplib::Client | inline |
set_bearer_token_auth(const std::string &token) | httplib::Client | inline |
set_compress(bool on) | httplib::Client | inline |
set_connection_timeout(time_t sec, time_t usec=0) | httplib::Client | inline |
set_connection_timeout(const std::chrono::duration< Rep, Period > &duration) | httplib::Client | inline |
set_decompress(bool on) | httplib::Client | inline |
set_default_headers(Headers headers) | httplib::Client | inline |
set_follow_location(bool on) | httplib::Client | inline |
set_hostname_addr_map(std::map< std::string, std::string > addr_map) | httplib::Client | inline |
set_interface(const std::string &intf) | httplib::Client | inline |
set_keep_alive(bool on) | httplib::Client | inline |
set_logger(Logger logger) | httplib::Client | inline |
set_proxy(const std::string &host, int port) | httplib::Client | inline |
set_proxy_basic_auth(const std::string &username, const std::string &password) | httplib::Client | inline |
set_proxy_bearer_token_auth(const std::string &token) | httplib::Client | inline |
set_read_timeout(time_t sec, time_t usec=0) | httplib::Client | inline |
set_read_timeout(const std::chrono::duration< Rep, Period > &duration) | httplib::Client | inline |
set_socket_options(SocketOptions socket_options) | httplib::Client | inline |
set_tcp_nodelay(bool on) | httplib::Client | inline |
set_url_encode(bool on) | httplib::Client | inline |
set_write_timeout(time_t sec, time_t usec=0) | httplib::Client | inline |
set_write_timeout(const std::chrono::duration< Rep, Period > &duration) | httplib::Client | inline |
socket() const | httplib::Client | inline |
stop() | httplib::Client | inline |
~Client() | httplib::Client | inline |