...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Convert a field enum to a string.
string_view to_string( field f); » more...
Returns the text representation of a request method verb.
string_view to_string( verb v); » more...