|
kaycxx-http
HTTP client library
|
This is the complete list of members for kaycxx::http::response_base, including all inherited members.
| header(std::string_view name) const &noexcept | kaycxx::http::response_base | |
| header(std::string_view name) &&noexcept | kaycxx::http::response_base | |
| headers() const &noexcept | kaycxx::http::response_base | |
| headers() &&noexcept | kaycxx::http::response_base | |
| headers(std::string_view name) const | kaycxx::http::response_base | |
| operator=(const response_base &)=default | kaycxx::http::response_base | protected |
| operator=(response_base &&) noexcept=default | kaycxx::http::response_base | protected |
| response_base(int status_code, std::vector< kaycxx::http::header > headers) | kaycxx::http::response_base | protected |
| response_base(const response_base &)=default | kaycxx::http::response_base | protected |
| response_base(response_base &&) noexcept=default | kaycxx::http::response_base | protected |
| status_code() const noexcept | kaycxx::http::response_base | |
| ~response_base()=default | kaycxx::http::response_base | protected |