Configuration options for a module of type Router.
include Router_types
type req
Type of an http request.
type body
Type of an http message body.
type resp
Type of an http response.
type 'a io
Type of an async computation.
val default_exn_handler : ?vars:string Core.String.Table.t ‑> exn ‑> (resp * body) io
val default_fallback : ?vars:string Core.String.Table.t ‑> req ‑> body ‑> (resp * body) io