11#include <userver/logging/fwd.hpp>
12#include <userver/utils/str_icase.hpp>
14USERVER_NAMESPACE_BEGIN
21 using std::runtime_error::runtime_error;
33 ContentType(
const std::string&);
34 ContentType(
const char*);
67 friend std::ostream& operator<<(std::ostream&,
const ContentType&);
69 void BuildStringRepresentation();
74 std::string boundary_;
77 std::string string_representation_;
96namespace content_type {