HTTP方法定义
更多...
#include <http_constants.hpp>
|
|
static const http_method & | GET () |
| | GET方法
|
|
static const http_method & | POST () |
| | POST方法
|
|
static const http_method & | HEAD () |
| | HEAD方法
|
|
static const http_method & | PUT () |
| | PUT方法
|
|
static const http_method & | DELETE () |
| | DELETE方法
|
|
static const http_method & | OPTIONS () |
| | OPTIONS方法
|
|
static const http_method & | TRACE () |
| | TRACE方法
|
|
static const http_method & | CONNECT () |
| | CONNECT方法
|
|
static const http_method & | PATCH () |
| | PATCH方法
|
|
static const http_method & | DEFAULT () |
| | 默认方法
|
HTTP方法定义
定义了标准的HTTP请求方法,支持方法组合操作。
在文件 http_constants.hpp 第 620 行定义.
◆ http_method() [1/3]
| neforce::http::http_method::http_method |
( |
http_method && | other | ) |
|
|
inlinenoexcept |
◆ http_method() [2/3]
| neforce::http::http_method::http_method |
( |
const string & | method | ) |
|
|
inlineexplicit |
◆ http_method() [3/3]
| neforce::http::http_method::http_method |
( |
string && | method | ) |
|
|
inlineexplicit |
◆ method() [1/2]
| string neforce::http::http_method::method |
( |
| ) |
&& |
|
inlinenodiscardnoexcept |
◆ method() [2/2]
| const string & neforce::http::http_method::method |
( |
| ) |
const & |
|
inlinenodiscardnoexcept |
◆ operator&()
| http_method neforce::http::http_method::operator& |
( |
const http_method & | rhs | ) |
const & |
|
inlinenodiscard |
◆ operator=() [1/3]
| http_method & neforce::http::http_method::operator= |
( |
const string & | method | ) |
|
|
inline |
◆ operator=() [2/3]
| http_method & neforce::http::http_method::operator= |
( |
http_method && | other | ) |
|
|
inlinenoexcept |
◆ operator=() [3/3]
| http_method & neforce::http::http_method::operator= |
( |
string && | method | ) |
|
|
inline |
◆ to_string()
| string neforce::http::http_method::to_string |
( |
| ) |
const |
|
inlinenodiscard |
该结构体的文档由以下文件生成: