We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede3113 commit 35bd9a9Copy full SHA for 35bd9a9
1 file changed
include/boost/http_proto/method.hpp
@@ -21,6 +21,9 @@ namespace http_proto {
21
22
Each item corresponds to a particular method string
23
used in HTTP request messages.
24
+
25
+ @note The values are guaranteed to be consecutive,
26
+ starting at 0.
27
*/
28
enum class method : char
29
{
0 commit comments