Type Definition radix_router::router::Handler[][src]

type Handler = Box<Handle + Send>;

Handle is a function that can be registered to a route to handle HTTP requests. It has a third parameter for the values of wildcards (variables).