package cohttp-lwt-unix

  1. Overview
  2. Docs

Module Request.IOSource

Sourcetype 'a t = 'a Lwt.t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval return : 'a -> 'a t
Sourcetype ic
Sourceval refill : ic -> [ `Eof | `Ok ] t
Sourceval with_input_buffer : ic -> f:(string -> pos:int -> len:int -> 'a * int) -> 'a
Sourceval read_line : ic -> string option t
Sourceval read : ic -> int -> string t
Sourceval write : oc -> string -> unit t
Sourceval flush : oc -> unit t
OCaml

Innovation. Community. Security.