fastdo
0.6.16
|
HTTP请求 更多...
#include <http_Request.hpp>
Public 成员函数 | |
Request () | |
virtual | ~Request () |
virtual bool | processData (http::UrlPathPartData *urlData) |
每次请求时处理environVars/get/post/cookies数据 更多... | |
virtual void | cleanup () |
每次请求后清理一些数据 更多... | |
virtual winux::String | dumpEnv () const |
倾泻出全部请求环境变量 更多... | |
winux::String const & | operator[] (winux::String const &name) const |
获取环境变量 更多... | |
Public 属性 | |
http::Header | header |
请求头 更多... | |
winux::AnsiString | body |
请求体 更多... | |
winux::StringStringMap | environVars |
环境变量 更多... | |
http::Cookies | cookies |
Cookie变量 read/write. 更多... | |
http::Vars | get |
GET变量 readonly. 更多... | |
http::Vars | post |
POST变量 readonly. 更多... | |
HTTP请求
在文件 http_Request.hpp 第 8 行定义.
http::Request::Request | ( | ) |
|
virtual |
|
virtual |
每次请求时处理environVars/get/post/cookies数据
被 http::HttpRequestCtx, eienwebx::FcgiRequest , 以及 eienwebx::HttpRequestCtx 重载.
|
virtual |
每次请求后清理一些数据
被 eienwebx::FcgiRequest, http::HttpRequestCtx , 以及 eienwebx::HttpRequestCtx 重载.
|
virtual |
倾泻出全部请求环境变量
被 eienwebx::Request , 以及 eienwebx::HttpRequestCtx 重载.
winux::String const& http::Request::operator[] | ( | winux::String const & | name | ) | const |
获取环境变量
http::Header http::Request::header |
请求头
在文件 http_Request.hpp 第 28 行定义.
winux::AnsiString http::Request::body |
请求体
在文件 http_Request.hpp 第 30 行定义.
winux::StringStringMap http::Request::environVars |
环境变量
在文件 http_Request.hpp 第 32 行定义.
http::Cookies http::Request::cookies |
Cookie变量 read/write.
在文件 http_Request.hpp 第 34 行定义.
http::Vars http::Request::get |
GET变量 readonly.
在文件 http_Request.hpp 第 36 行定义.
http::Vars http::Request::post |
POST变量 readonly.
在文件 http_Request.hpp 第 38 行定义.