HTTP Cookie名称定义
更多...
#include <http_constants.hpp>
|
|
static const http_cookie_name & | JSESSIONID () |
| | Java/JSP会话ID
|
|
static const http_cookie_name & | SESSIONID () |
| | 通用会话ID
|
|
static const http_cookie_name & | PHPSESSID () |
| | PHP会话ID
|
|
static const http_cookie_name & | ASPSESSIONID () |
| | ASP会话ID
|
HTTP Cookie名称定义
定义了常见的Cookie名称常量,用于会话管理。
在文件 http_constants.hpp 第 755 行定义.
◆ http_cookie_name() [1/2]
| neforce::http::http_cookie_name::http_cookie_name |
( |
http_cookie_name && | other | ) |
|
|
inlinenoexcept |
◆ http_cookie_name() [2/2]
| neforce::http::http_cookie_name::http_cookie_name |
( |
string | cookie | ) |
|
|
inlineexplicit |
◆ cookie_name() [1/2]
| string neforce::http::http_cookie_name::cookie_name |
( |
| ) |
&& |
|
inlinenodiscardnoexcept |
◆ cookie_name() [2/2]
| const string & neforce::http::http_cookie_name::cookie_name |
( |
| ) |
const & |
|
inlinenodiscardnoexcept |
◆ operator=() [1/2]
| http_cookie_name & neforce::http::http_cookie_name::operator= |
( |
const string & | cookie | ) |
|
|
inline |
◆ operator=() [2/2]
| http_cookie_name & neforce::http::http_cookie_name::operator= |
( |
http_cookie_name && | other | ) |
|
|
inlinenoexcept |
◆ to_string()
| string neforce::http::http_cookie_name::to_string |
( |
| ) |
const |
|
inlinenodiscard |
该结构体的文档由以下文件生成: