| 
    fastdo
    0.5.12
    
   | 
 
#include <webx_Request.hpp>


Public 成员函数 | |
| 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 属性 | |
| winux::StringStringMap | environVars | 
| 环境变量  更多... | |
| http::Cookies | cookies | 
| Cookie变量 read/write.  更多... | |
| http::Vars | get | 
| GET变量 readonly.  更多... | |
| http::Vars | post | 
| POST变量 readonly.  更多... | |
| App * | app | 
| App对象指针  更多... | |
在文件 webx_Request.hpp 第 10 行定义.
      
  | 
  inline | 
在文件 webx_Request.hpp 第 13 行定义.
      
  | 
  virtual | 
      
  | 
  pure virtual | 
输出全部环境变量到Response
在 eienwebx::FcgiRequest 内被实现.
| winux::String const& eienwebx::Request::operator[] | ( | winux::String const & | name | ) | const | 
获取环境变量
      
  | 
  pure virtual | 
处理environVars/get/post/cookies数据
在 eienwebx::FcgiRequest 内被实现.
| App* eienwebx::Request::app | 
App对象指针
在文件 webx_Request.hpp 第 35 行定义.
| http::Cookies eienwebx::Request::cookies | 
Cookie变量 read/write.
在文件 webx_Request.hpp 第 29 行定义.
| winux::StringStringMap eienwebx::Request::environVars | 
环境变量
在文件 webx_Request.hpp 第 27 行定义.
| http::Vars eienwebx::Request::get | 
GET变量 readonly.
在文件 webx_Request.hpp 第 31 行定义.
| http::Vars eienwebx::Request::post | 
POST变量 readonly.
在文件 webx_Request.hpp 第 33 行定义.