fastdo  0.5.12
eienwebx::CgiRequest类 参考

#include <webx_CgiRequest.hpp>

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

额外继承的成员函数

- Public 成员函数 继承自 eienwebx::Request
 Request (App *app)
 
virtual ~Request ()
 
virtual bool processData ()=0
 处理environVars/get/post/cookies数据 更多...
 
virtual void dumpEnv (Response *rsp, char **envp=NULL) const =0
 输出全部环境变量到Response 更多...
 
winux::String const & operator[] (winux::String const &name) const
 获取环境变量 更多...
 
- Public 属性 继承自 eienwebx::Request
winux::StringStringMap environVars
 环境变量 更多...
 
http::Cookies cookies
 Cookie变量 read/write. 更多...
 
http::Vars get
 GET变量 readonly. 更多...
 
http::Vars post
 POST变量 readonly. 更多...
 
Appapp
 App对象指针 更多...
 

详细描述

在文件 webx_CgiRequest.hpp6 行定义.


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