Module type Ocamlapi__.S.Router_types

Common types used by the router module signatures.

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.