boost::http_proto::string_to_method
Return the method enum corresponding to a string.
Synopsis
Declared in <boost/http_proto/method.hpp>
method
string_to_method(core::string_view s);
Description
If the string does not match a known request method, method::unknown
is returned.
Return Value
the method enum corresponding to a string.
Created with MrDocs