1 #ifndef __HTTP_REQUEST_HPP__ 2 #define __HTTP_REQUEST_HPP__ 19 virtual void cleanup();
48 #endif // __HTTP_REQUEST_HPP__ XString< char > AnsiString
std::map< String, String > StringStringMap
#define DISABLE_OBJECT_COPY(clsname)
winux::StringStringMap environVars
环境变量
winux::AnsiString body
请求体
变量类。可转为application/x-www-form-urlencoded类型字符串。可用于解析和设置get/post变量 ...
http::Cookies cookies
Cookie变量 read/write.
http::Vars post
POST变量 readonly.