|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 http_router,包括所有继承而来的类成员
| all(const string &path, http_handler_t handler) | http_router | |
| case_sensitive | http_router | |
| clear_routes() noexcept | http_router | inline |
| connect(const string &path, http_handler_t handler) | http_router | |
| del(const string &path, http_handler_t handler) | http_router | |
| exception_handler_t typedef | http_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) const | http_router | |
| head(const string &path, http_handler_t handler) | http_router | |
| http_handler_t typedef | http_router | |
| http_router() | http_router | |
| middleware_chain() noexcept | http_router | inline |
| 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 noexcept | http_router | |
| set_exception_handler(exception_handler_t handler) | http_router | inline |
| set_method_not_allowed_handler(http_handler_t handler) | http_router | inline |
| set_not_found_handler(http_handler_t handler) | http_router | inline |
| strict_routing | http_router | |
| trace(const string &path, http_handler_t handler) | http_router | |
| use(unique_ptr< http_filter > middleware) | http_router | inline |