Parameter Ocamlapi__Router_trie.Make_with_config.5-Config

include Ocamlapi__.S.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