fastdo  0.6.8
eienwebx::CgiRequest类 参考

#include <webx_CgiRequest.hpp>

类 eienwebx::CgiRequest 继承关系图:
eienwebx::CgiRequest 的协作图:

额外继承的成员函数

- Public 成员函数 继承自 eienwebx::Request
 Request (App *app)
 
virtual ~Request ()
 
virtual bool processData (void *data)
 处理environVars/get/post/cookies数据 更多...
 
winux::String dumpEnv () const
 倾泻出全部请求环境变量 更多...
 
winux::String const & operator[] (winux::String const &name) const
 获取环境变量 更多...
 
template<typename _AppClass >
_AppClass * getApp () const
 返回指定类型的App对象指针 更多...
 
winux::String realPath (winux::String const &path)
 根据当前do文件目录路径计算绝对路径 更多...
 
- Public 属性 继承自 eienwebx::Request
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. 更多...
 
Appapp
 App对象指针 更多...
 
winux::String doFullPath
 当前do文件全路径 更多...
 
winux::String doDirPath
 当前do文件目录路径 更多...
 

详细描述

在文件 webx_CgiRequest.hpp6 行定义.


该类的文档由以下文件生成: