Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Jerboa.Request_handler
contains only the type definnition of a request handler.
type t = Request.t -> Response.t
Request_handler.t
is the type definition of the handler, which will handle the request and produce a response.