1 #ifndef __HTTP_VARS_HPP__ 2 #define __HTTP_VARS_HPP__ 36 Vars & operator = (
Vars const & other );
64 template <
typename _Ty >
67 return this->has(name) ? (*_pVars)[name].to<_Ty>() : std::move(defval);
85 #endif // __HTTP_VARS_HPP__
bool has(winux::String const &name) const
winux::Mixed const & getVars() const
变量类。可转为application/x-www-form-urlencoded类型字符串。可用于解析和设置get/post变量 ...
winux::Mixed & exposeVars()
winux::Mixed const & exposeVars() const