|
kaycxx-http
HTTP client library
|
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::client | explicit |
| client(const client &)=delete (defined in kaycxx::http::client) | kaycxx::http::client | |
| client(client &&other) noexcept | kaycxx::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) noexcept | kaycxx::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 |