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.
Parameters
Name |
Description |
s |
The string representing a request method. |
Created with MrDocs