acl  3.5.3.0
http_servlet_impl.hpp 文件参考
#include <map>
#include <string>
#include <sstream>
#include <functional>
+ http_servlet_impl.hpp 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  acl::http_servlet_impl
 

命名空间

 acl
 

类型定义

typedef HttpServletRequest acl::HttpRequest
 
typedef HttpServletResponse acl::HttpResponse
 
typedef std::function< bool(HttpRequest &, HttpResponse &)> acl::http_handler_t
 
typedef std::map< acl::string, http_handler_t > acl::http_handlers_t
 

枚举

enum  {
  acl::http_handler_get = 0, acl::http_handler_post, acl::http_handler_head, acl::http_handler_put,
  acl::http_handler_patch, acl::http_handler_connect, acl::http_handler_purge, acl::http_handler_delete,
  acl::http_handler_options, acl::http_handler_profind, acl::http_handler_websocket, acl::http_handler_error,
  acl::http_handler_unknown, acl::http_handler_max
}