Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Cohttp IO implementation using Mirage channels.
module Make
(Channel : Mirage_channel_lwt.S) :
Cohttp.S.IO
with type 'a t = 'a Lwt.t
and type ic = Channel.t
and type oc = Channel.t
and type conn = Channel.flow