110 constexpr static auto parse(format_parse_context& ctx) {
return ctx.begin(); }
112 template <
typename FormatContext>
113 auto format(
const USERVER_NAMESPACE::http::
ContentType& value, FormatContext& ctx)
const ->
decltype(ctx.out()) {
114 return fmt::format_to(ctx.out(),
"{}", value
.ToString());