| all(const string &path, http_handler_t handler) | neforce::http::http_router | |
| case_sensitive | neforce::http::http_router | |
| clear_routes() noexcept | neforce::http::http_router | inline |
| 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 typedef | neforce::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) const | neforce::http::http_router | |
| head(const string &path, http_handler_t handler) | neforce::http::http_router | |
| http_handler_t typedef | neforce::http::http_router | |
| http_router() | neforce::http::http_router | |
| middleware_chain() noexcept | neforce::http::http_router | inline |
| 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 noexcept | neforce::http::http_router | |
| set_exception_handler(exception_handler_t handler) | neforce::http::http_router | inline |
| set_method_not_allowed_handler(http_handler_t handler) | neforce::http::http_router | inline |
| set_not_found_handler(http_handler_t handler) | neforce::http::http_router | inline |
| strict_routing | neforce::http::http_router | |
| trace(const string &path, http_handler_t handler) | neforce::http::http_router | |
| use(unique_ptr< http_filter > middleware) | neforce::http::http_router | inline |