Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module CD = Cohttp_lwt_unix.Debug
type 'a t = 'a Lwt.t
val return : 'a -> 'a Lwt.t
type ic = Lwt_io.input_channel
type oc = Lwt_io.output_channel
type conn = Tls_lwt.Unix.t
val src : Logs.src
module Log : Logs_lwt.LOG
val read_line : Lwt_io.input_channel -> string option Lwt.t
val read : Lwt_io.input_channel -> int -> string Lwt.t
val write : Lwt_io.output_channel -> string -> unit Lwt.t
val flush : Lwt_io.output_channel -> unit Lwt.t