package mehari

  1. Overview
  2. Docs

You can ignore it, unless you are porting Mehari to a new platform not supported by the existing IO backends.

module type IO = sig ... end
module type ADDR = sig ... end
type response_view
val view_of_resp : response -> response_view
module Handler : sig ... end
module Cert : sig ... end
module CGI : sig ... end
module Logger_impl : sig ... end
module Protocol : sig ... end
module Rate_limiter_impl : sig ... end
module Router_impl : sig ... end
module Static : sig ... end