Type Alias HttpHandler

Source
pub type HttpHandler = Arc<dyn Fn(HttpRequest) -> HttpResponse + Send + Sync>;

Aliased Typeยง

pub struct HttpHandler { /* private fields */ }