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