userver: userver/http/predefined_header.hpp File Reference
Loading...
Searching...
No Matches
predefined_header.hpp File Reference

Detailed Description

Predefined HTTP header names and related helpers.

Definition in file predefined_header.hpp.

Go to the source code of this file.

#include <string>
#include <string_view>
#include <fmt/core.h>
#include <userver/utils/small_string_fwd.hpp>
#include <userver/utils/string_literal.hpp>
#include <userver/utils/trivial_map.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

class  http::headers::PredefinedHeader
 A struct to represent compile-time known header name. More...
 
struct  fmt::formatter<::http::headers::PredefinedHeader >
 

Namespaces

namespace  http
 HTTP primitives: status codes, URLs, headers, and parsing helpers.
 
namespace  http::headers
 Predefined HTTP header names and related helpers.
 
namespace  http::headers::header_map
 Internal helpers for HeaderMap storage and iteration.
 

Typedefs

using http::headers::HeadersString = utils::SmallString<kTypicalHeadersSize>
 

Variables

constexpr std::size_t http::headers::kTypicalHeadersSize = 1024