| 
    fastdo
    0.5.12
    
   | 
 
解析和设置get/post变量 更多...
#include <http_misc.hpp>
Public 成员函数 | |
| Vars (char const *varsData=NULL) | |
| Vars (winux::Mixed const &vars) | |
| void | clear () | 
| winux::String | toString () const | 
| winux::Mixed const & | operator[] (winux::String const &name) const | 
| winux::Mixed & | operator[] (winux::String const &name) | 
| bool | has (winux::String const &name) const | 
| Vars & | parse (char const *varsData) | 
| 从urlencoded数据解析变量,不清空原先变量  更多... | |
| template<typename _Ty > | |
| _Ty | get (winux::String const &name, _Ty defval=_Ty()) const | 
| 取得指定类型的数据  更多... | |
| winux::Mixed & | getVars () | 
解析和设置get/post变量
在文件 http_misc.hpp 第 263 行定义.
| http::Vars::Vars | ( | char const * | varsData = NULL | ) | 
| http::Vars::Vars | ( | winux::Mixed const & | vars | ) | 
| void http::Vars::clear | ( | ) | 
      
  | 
  inline | 
      
  | 
  inline | 
在文件 http_misc.hpp 第 286 行定义.
| bool http::Vars::has | ( | winux::String const & | name | ) | const | 
| winux::Mixed const& http::Vars::operator[] | ( | winux::String const & | name | ) | const | 
| winux::Mixed& http::Vars::operator[] | ( | winux::String const & | name | ) | 
| Vars& http::Vars::parse | ( | char const * | varsData | ) | 
从urlencoded数据解析变量,不清空原先变量
| winux::String http::Vars::toString | ( | ) | const |