Headers

struct Headers

Public Functions

Headers() = default
Headers(Headers&&) = default
Headers(Headers const&) = delete
inline void clear()
inline void operator()(http::Header header, std::string_view const &value)
template<typename C>
inline bool dispatch(http::Header header, C callback) const
template<typename Context>
inline auto format_to(Context &context) const