fastdo  0.6.16
http_Vars.hpp 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  http::Vars
 变量类。可转为application/x-www-form-urlencoded类型字符串。可用于解析和设置get/post变量 更多...
 

命名空间

 http
 HTTP协议的相关简单类封装
 

枚举

enum  http::VarEncodeMode { http::vemNone = 0, http::vemName = 1, http::vemValue = 2, http::vemAll = 3 }
 变量编码模式 更多...