Module Ocamlapi__.S

module Route_exceptions : sig ... end

Exceptions thrown while creating a Router.t

module type Body : sig ... end

Module signature for http request/response bodies.

module type Io : sig ... end

Module signature for async computations.

module type Router_types : sig ... end

Common types used by the router module signatures.

module type Router_config : sig ... end

Configuration options for a module of type Router.

module type Router : sig ... end

Path-based routing for http requests.