Warning!
The version you're viewing is not the latest.
Go to the latest version
Enum HttpMethod
Description
No description yet.
Values
Get = 0 | |||
Post | Mentioned in:
| ||
Head | |||
Put | |||
Delete | Mentioned in:
| ||
Options | |||
Patch | |||
Invalid |
Mentioned in
- Controller Introduction / Controller HttpSimpleController
Source
Lines 114-124 in lib/inc/drogon/HttpTypes.h.
enum HttpMethod
{
Get = 0,
Post,
Head,
Put,
Delete,
Options,
Patch,
Invalid
};