...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor.
message( verb method, string_view target, unsigned version);
Name |
Description |
---|---|
|
The request-method to use. |
|
The request-target. |
|
The HTTP-version. |
This function is only available when isRequest
== true
.