NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::http::http_router 成员列表

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

all(const string &path, http_handler_t handler)neforce::http::http_router
case_sensitiveneforce::http::http_router
clear_routes() noexceptneforce::http::http_routerinline
connect(const string &path, http_handler_t handler)neforce::http::http_router
del(const string &path, http_handler_t handler)neforce::http::http_router
exception_handler_t typedefneforce::http::http_router
get(const string &path, http_handler_t handler)neforce::http::http_router
get_post(const string &path, http_handler_t handler)neforce::http::http_router
handle_request(http_request &request)neforce::http::http_router
handle_request_async(http_request request, function< void(http_response)> cb)neforce::http::http_router
has_route(const http_method &method, const string &path) constneforce::http::http_router
head(const string &path, http_handler_t handler)neforce::http::http_router
http_handler_t typedefneforce::http::http_router
http_router()neforce::http::http_router
middleware_chain() noexceptneforce::http::http_routerinline
options(const string &path, http_handler_t handler)neforce::http::http_router
patch(const string &path, http_handler_t handler)neforce::http::http_router
post(const string &path, http_handler_t handler)neforce::http::http_router
post_delete(const string &path, http_handler_t handler)neforce::http::http_router
put(const string &path, http_handler_t handler)neforce::http::http_router
route(const http_method &method, const string &path, const http_handler_t &handler)neforce::http::http_router
route_count() const noexceptneforce::http::http_router
set_exception_handler(exception_handler_t handler)neforce::http::http_routerinline
set_method_not_allowed_handler(http_handler_t handler)neforce::http::http_routerinline
set_not_found_handler(http_handler_t handler)neforce::http::http_routerinline
strict_routingneforce::http::http_router
trace(const string &path, http_handler_t handler)neforce::http::http_router
use(unique_ptr< http_filter > middleware)neforce::http::http_routerinline