package faraday-lwt-unix

  1. Overview
  2. Docs
Lwt_unix support for Faraday

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.8.2.tar.gz
sha256=720ea90b39fd3ea7de6e8722330a25514e67306e94d4af41ad48d8a7cfa035c6
md5=307dccc4ea67ff0eeff394701d05bbe7

doc/faraday-lwt-unix/Faraday_lwt_unix/index.html

Module Faraday_lwt_unixSource

include module type of Faraday_lwt
Sourceval serialize : Faraday.t -> yield:(Faraday.t -> unit Lwt.t) -> writev: (Faraday.bigstring Faraday.iovec list -> [ `Ok of int | `Closed ] Lwt.t) -> unit Lwt.t
Sourceval writev_of_fd : Lwt_unix.file_descr -> Faraday.bigstring Faraday.iovec list -> [ `Ok of int | `Closed ] Lwt.t