...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(Inherited from http::header
)
Set the request-method.
void method_string( string_view s);
This function will set the request-method a known verb if the string matches, otherwise it will store a copy of the passed string.
Name |
Description |
---|---|
|
A string representing the request-method. |
This function is only available when isRequest
== true
.