kaycxx-http
HTTP client library
Loading...
Searching...
No Matches
kaycxx::http::client Member List

This is the complete list of members for kaycxx::http::client, including all inherited members.

client()kaycxx::http::client
client(request_options default_options)kaycxx::http::clientexplicit
client(const client &)=delete (defined in kaycxx::http::client)kaycxx::http::client
client(client &&other) noexceptkaycxx::http::client
del(std::string_view url, const request_options &options={})kaycxx::http::client
del(std::string_view url, request_body body, const request_options &options={})kaycxx::http::client
del(std::string_view url, response_body output, const request_options &options={})kaycxx::http::client
del(std::string_view url, request_body body, response_body output, const request_options &options={})kaycxx::http::client
get(std::string_view url, const request_options &options={})kaycxx::http::client
get(std::string_view url, request_body body, const request_options &options={})kaycxx::http::client
get(std::string_view url, response_body output, const request_options &options={})kaycxx::http::client
get(std::string_view url, request_body body, response_body output, const request_options &options={})kaycxx::http::client
operator=(const client &)=delete (defined in kaycxx::http::client)kaycxx::http::client
operator=(client &&other) noexceptkaycxx::http::client
post(std::string_view url, const request_options &options={})kaycxx::http::client
post(std::string_view url, request_body body, const request_options &options={})kaycxx::http::client
post(std::string_view url, response_body output, const request_options &options={})kaycxx::http::client
post(std::string_view url, request_body body, response_body output, const request_options &options={})kaycxx::http::client
put(std::string_view url, const request_options &options={})kaycxx::http::client
put(std::string_view url, request_body body, const request_options &options={})kaycxx::http::client
put(std::string_view url, response_body output, const request_options &options={})kaycxx::http::client
put(std::string_view url, request_body body, response_body output, const request_options &options={})kaycxx::http::client
request(std::string_view method, std::string_view url, const request_options &options={})kaycxx::http::client
request(std::string_view method, std::string_view url, request_body body, const request_options &options={})kaycxx::http::client
request(std::string_view method, std::string_view url, response_body output, const request_options &options={})kaycxx::http::client
request(std::string_view method, std::string_view url, request_body body, response_body output, const request_options &options={})kaycxx::http::client
~client()kaycxx::http::client