NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
http_router 成员列表

成员的完整列表,这些成员属于 http_router,包括所有继承而来的类成员

all(const string &path, http_handler_t handler)http_router
case_sensitivehttp_router
clear_routes() noexcepthttp_routerinline
connect(const string &path, http_handler_t handler)http_router
del(const string &path, http_handler_t handler)http_router
exception_handler_t typedefhttp_router
get(const string &path, http_handler_t handler)http_router
get_post(const string &path, http_handler_t handler)http_router
handle_request(http_request &request)http_router
has_route(const http_method &method, const string &path) consthttp_router
head(const string &path, http_handler_t handler)http_router
http_handler_t typedefhttp_router
http_router()http_router
middleware_chain() noexcepthttp_routerinline
options(const string &path, http_handler_t handler)http_router
patch(const string &path, http_handler_t handler)http_router
post(const string &path, http_handler_t handler)http_router
post_delete(const string &path, http_handler_t handler)http_router
put(const string &path, http_handler_t handler)http_router
route(const http_method &method, const string &path, const http_handler_t &handler)http_router
route_count() const noexcepthttp_router
set_exception_handler(exception_handler_t handler)http_routerinline
set_method_not_allowed_handler(http_handler_t handler)http_routerinline
set_not_found_handler(http_handler_t handler)http_routerinline
strict_routinghttp_router
trace(const string &path, http_handler_t handler)http_router
use(unique_ptr< http_filter > middleware)http_routerinline