package cohttp-lwt
-
cohttp-lwt
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type IO = S.IO
module Request = Cohttp.Request
module Response = Cohttp.Response
module Make_server (IO : S.IO) : sig ... end
module S : sig ... end
Portable Lwt implementation of HTTP client and server, without depending on a particular I/O implementation. The various Make
functors must be instantiated by an implementation that provides a concrete IO monad.
module Body : sig ... end