acl
3.5.3.0
|
#include <map>
#include <string>
#include <sstream>
#include <functional>
类 | |
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 |