NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::http::http_client 成员列表

成员的完整列表,这些成员属于 neforce::http::http_client,包括所有继承而来的类成员

clear_cookies()neforce::http::http_clientinline
clear_proxy()neforce::http::http_clientinline
client_type typedefneforce::http::http_client
close()neforce::http::http_client
del(const string &url, const unordered_map< string, string > &headers={})neforce::http::http_client
download_file(const string &url, path output, bool is_binary=true)neforce::http::http_client
error_callback_t typedefneforce::http::http_client
get(const string &url, const unordered_map< string, string > &headers={})neforce::http::http_client
get_client() const noexceptneforce::http::http_clientinline
get_config() const noexceptneforce::http::http_clientinline
get_cookies() constneforce::http::http_clientinline
head(const string &url, const unordered_map< string, string > &headers={})neforce::http::http_client
http_client(io_context &ioc, config cfg)neforce::http::http_clientexplicit
http_client(io_context &ioc, ssl_context ctx, config cfg)neforce::http::http_clientexplicit
is_connected() const noexceptneforce::http::http_clientinline
options(const string &url, const unordered_map< string, string > &headers={})neforce::http::http_client
patch(const string &url, const string &body="", const string &content_type="application/x-www-form-urlencoded", const unordered_map< string, string > &headers={})neforce::http::http_client
post(const string &url, const string &body="", const string &content_type="application/x-www-form-urlencoded", const unordered_map< string, string > &headers={})neforce::http::http_client
post_form(const string &url_str, const unordered_map< string, string > &form_data, const unordered_map< string, string > &headers)neforce::http::http_client
post_json(const string &url_str, const string &json_body, const unordered_map< string, string > &headers)neforce::http::http_client
progress_callback_t typedefneforce::http::http_client
put(const string &url, const string &body="", const string &content_type="application/x-www-form-urlencoded", const unordered_map< string, string > &headers={})neforce::http::http_client
remove_default_header(const string &key)neforce::http::http_clientinline
request(http_client_request req)neforce::http::http_client
request_async(http_client_request req)neforce::http::http_client
set_config(config cfg)neforce::http::http_clientinline
set_cookie(const http_cookie &c, const string &domain, const string &path="/")neforce::http::http_client
set_default_header(const string &key, string value)neforce::http::http_clientinline
set_error_callback(error_callback_t callback)neforce::http::http_clientinline
set_follow_redirects(bool follow)neforce::http::http_clientinline
set_max_redirects(uint16_t max)neforce::http::http_clientinline
set_progress_callback(progress_callback_t callback)neforce::http::http_clientinline
set_proxy(string host, const ports port)neforce::http::http_clientinline
set_ssl_context(ssl_context ctx)neforce::http::http_client
set_timeout(milliseconds timeout)neforce::http::http_clientinline
set_verify_ssl(bool verify)neforce::http::http_client
time_point typedefneforce::http::http_client