Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Cohttp_lwt
SourceThe Make
functor glues together a Cohttp.S.IO
implementation to send requests down a connection that is established by the Net
module. The resulting module satisfies the Client
module type.
The Make
functor glues together a Cohttp.S.IO
implementation to send requests down a connection that is established by the user. The resulting module satisfies the Server
module type.
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.