#ifndef seafire__protocol__rc7231__accept_hxx_ #define seafire__protocol__rc7231__accept_hxx_ #include #include #include #include namespace seafire::protocol::rfc7231 { struct accept_t { using alias_type = media_range_t; static constexpr char const name[] = "accept"; static std::optional try_parse(std::vector< std::string > const& strings, std::error_code& ec); }; } // namespace seafire::protocol::rfc7231 #endif