nn::http::RequestMethod Enumerated Typeenum RequestMethod;
| Value | Description |
|---|---|
| REQUEST_METHOD_NONE | No method (only used inside library). |
| REQUEST_METHOD_GET | GET method. |
| REQUEST_METHOD_POST | POST method. |
| REQUEST_METHOD_HEAD | HEAD method. |
HTTP request methods.
CONFIDENTIAL