RESTinio
Namespaces | Typedefs
non_matched_request_handler.hpp File Reference

The definition of the non_matched_request_handler type. More...

#include <restinio/request_handler.hpp>
#include <functional>

Go to the source code of this file.

Namespaces

 restinio
 
 restinio::router
 

Typedefs

using restinio::router::non_matched_request_handler_t = std::function< request_handling_status_t(request_handle_t) >
 

Detailed Description

The definition of the non_matched_request_handler type.

Since
v.0.6.6

Definition in file non_matched_request_handler.hpp.