fastdo
0.6.8
|
封装了Cookie的http协议细节 更多...
#include <http_misc.hpp>
Public 成员函数 | |
Cookie () | |
Cookie (winux::String name, winux::String value="", winux::int64 expires=-1, winux::String domain="", winux::String path="", bool secure=false, bool httpOnly=false) | |
operator winux::String const & () const | |
winux::String & | operator= (winux::String const &v) |
winux::String | toSetString () const |
Public 属性 | |
winux::String | name |
winux::String | value |
ExpiresVal | expires |
winux::String | domain |
winux::String | path |
bool | secure |
bool | httpOnly |
bool | wantSet |
封装了Cookie的http协议细节
在文件 http_misc.hpp 第 182 行定义.
|
inline |
在文件 http_misc.hpp 第 206 行定义.
http::Cookie::Cookie | ( | winux::String | name, |
winux::String | value = "" , |
||
winux::int64 | expires = -1 , |
||
winux::String | domain = "" , |
||
winux::String | path = "" , |
||
bool | secure = false , |
||
bool | httpOnly = false |
||
) |
|
inline |
在文件 http_misc.hpp 第 217 行定义.
winux::String& http::Cookie::operator= | ( | winux::String const & | v | ) |
winux::String http::Cookie::toSetString | ( | ) | const |
winux::String http::Cookie::domain |
在文件 http_misc.hpp 第 199 行定义.
ExpiresVal http::Cookie::expires |
在文件 http_misc.hpp 第 198 行定义.
bool http::Cookie::httpOnly |
在文件 http_misc.hpp 第 202 行定义.
winux::String http::Cookie::name |
在文件 http_misc.hpp 第 196 行定义.
winux::String http::Cookie::path |
在文件 http_misc.hpp 第 200 行定义.
bool http::Cookie::secure |
在文件 http_misc.hpp 第 201 行定义.
winux::String http::Cookie::value |
在文件 http_misc.hpp 第 197 行定义.
bool http::Cookie::wantSet |
在文件 http_misc.hpp 第 204 行定义.