package faraday-lwt-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of Faraday_lwt
val serialize : Faraday.t -> yield:(Faraday.t -> unit Lwt.t) -> writev: (Faraday.bigstring Faraday.iovec list -> [ `Ok of int | `Closed ] Lwt.t) -> unit Lwt.t
val writev_of_fd : Lwt_unix.file_descr -> Faraday.bigstring Faraday.iovec list -> [ `Ok of int | `Closed ] Lwt.t