| 
    fastdo
    0.5.12
    
   | 
 
#include <webx_CgiRequest.hpp>


额外继承的成员函数 | |
  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.  更多... | |
| App * | app | 
| App对象指针  更多... | |
在文件 webx_CgiRequest.hpp 第 6 行定义.