Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions include/boost/http_proto/method.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ namespace http_proto {

Each item corresponds to a particular method string
used in HTTP request messages.

@par Enumeration Constants
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename this section to simply "Values"


The enumeration constants are guaranteed to begin at 0 for the
first constant, with each subsequent constant incremented by
exactly one. This makes the constants suitable for use as
indexes into a compact array.
*/
enum class method : char
{
Expand Down