| 
    fastdo
    0.5.12
    
   | 
 
封装了Cookie的http协议细节 更多...
#include <http_misc.hpp>

Public 成员函数 | |
| Cookie () | |
| Cookie (winux::String name, winux::String value="", int 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 第 159 行定义.
      
  | 
  inline | 
在文件 http_misc.hpp 第 183 行定义.
| http::Cookie::Cookie | ( | winux::String | name, | 
| winux::String | value = "",  | 
        ||
| int | expires = -1,  | 
        ||
| winux::String | domain = "",  | 
        ||
| winux::String | path = "",  | 
        ||
| bool | secure = false,  | 
        ||
| bool | httpOnly = false  | 
        ||
| ) | 
      
  | 
  inline | 
在文件 http_misc.hpp 第 194 行定义.
| winux::String& http::Cookie::operator= | ( | winux::String const & | v | ) | 
| winux::String http::Cookie::toSetString | ( | ) | const | 
| winux::String http::Cookie::domain | 
在文件 http_misc.hpp 第 176 行定义.
| ExpiresVal http::Cookie::expires | 
在文件 http_misc.hpp 第 175 行定义.
| bool http::Cookie::httpOnly | 
在文件 http_misc.hpp 第 179 行定义.
| winux::String http::Cookie::name | 
在文件 http_misc.hpp 第 173 行定义.
| winux::String http::Cookie::path | 
在文件 http_misc.hpp 第 177 行定义.
| bool http::Cookie::secure | 
在文件 http_misc.hpp 第 178 行定义.
| winux::String http::Cookie::value | 
在文件 http_misc.hpp 第 174 行定义.
| bool http::Cookie::wantSet | 
在文件 http_misc.hpp 第 181 行定义.