package activitypub

  1. Overview
  2. Docs

Module Cohttp_tls.IOSource

Sourcetype 'a t = 'a Lwt.t
Sourceval (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
Sourceval return : 'a -> 'a Lwt.t
Sourcetype ic = Lwt_io.input_channel
Sourcetype oc = Lwt_io.output_channel
Sourcetype conn = Tls_lwt.Unix.t
Sourceval src : Logs.src
Sourcemodule Log : Logs_lwt.LOG
Sourceval read_line : Lwt_io.input_channel -> string option Lwt.t
Sourceval read : Lwt_io.input_channel -> int -> string Lwt.t
Sourceval write : Lwt_io.output_channel -> string -> unit Lwt.t
Sourceval flush : Lwt_io.output_channel -> unit Lwt.t
Sourcetype error = exn
Sourceval catch : (unit -> 'a Lwt.t) -> ('a, exn) result Lwt.t
Sourceval pp_error : Format.formatter -> exn -> unit