Skip to content

Commit 35bd9a9

Browse files
committed
http_proto::method document guarantees about its values
Closes #179
1 parent ede3113 commit 35bd9a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/boost/http_proto/method.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ namespace http_proto {
2121
2222
Each item corresponds to a particular method string
2323
used in HTTP request messages.
24+
25+
@note The values are guaranteed to be consecutive,
26+
starting at 0.
2427
*/
2528
enum class method : char
2629
{

0 commit comments

Comments
 (0)