Definition in file parse_status_code.hpp.
Go to the source code of this file.
#include <fmt/format.h>#include <userver/formats/common/meta.hpp>#include <userver/formats/parse/to.hpp>#include <userver/http/status_code.hpp>Namespaces | |
| namespace | http |
| HTTP primitives: status codes, URLs, headers, and parsing helpers. | |
Functions | |
| template<formats::common::kIsFormatValue Value> | |
| StatusCode | http::Parse (const Value &value, formats::parse::To< StatusCode >) |
| Parsing helpers for HTTP status codes from format values. | |