Class that will be returned for successful request.
Definition in file response.hpp.
Go to the source code of this file.
#include <string>#include <userver/clients/http/error.hpp>#include <userver/clients/http/local_stats.hpp>#include <userver/http/header_map.hpp>#include <userver/http/status_code.hpp>#include <userver/server/http/http_response_cookie.hpp>#include <userver/utils/str_icase.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | clients::http::Response |
| Class that will be returned for successful request. More... | |
Namespaces | |
| namespace | clients::http |
| HTTP client helpers. | |
Typedefs | |
| using | clients::http::Status = ::http::StatusCode |
| using | clients::http::Headers = ::http::headers::HeaderMap |
| Headers container type. | |