HTTP module
Method
HTTP request methods.
Method
#include <icy/http/request.h>struct MethodDefined in src/http/include/icy/http/request.h:26
HTTP request methods.
List of all members
| Name | Kind | Owner |
|---|---|---|
Get | variable | Declared here |
Head | variable | Declared here |
Put | variable | Declared here |
Post | variable | Declared here |
Options | variable | Declared here |
Delete | variable | Declared here |
Trace | variable | Declared here |
Connect | variable | Declared here |
Public Static Attributes
| Return | Name | Description |
|---|---|---|
const std::string | Get static | |
const std::string | Head static | |
const std::string | Put static | |
const std::string | Post static | |
const std::string | Options static | |
const std::string | Delete static | |
const std::string | Trace static | |
const std::string | Connect static |
Get
static
const std::string GetDefined in src/http/include/icy/http/request.h:28
Head
static
const std::string HeadDefined in src/http/include/icy/http/request.h:29
Put
static
const std::string PutDefined in src/http/include/icy/http/request.h:30
Post
static
const std::string PostDefined in src/http/include/icy/http/request.h:31
Options
static
const std::string OptionsDefined in src/http/include/icy/http/request.h:32
Delete
static
const std::string DeleteDefined in src/http/include/icy/http/request.h:33
Trace
static
const std::string TraceDefined in src/http/include/icy/http/request.h:34
Connect
static
const std::string Connect