8 lines
153 B
OCaml
8 lines
153 B
OCaml
open Faraday
|
|
|
|
|
|
include module type of Faraday_lwt
|
|
|
|
val writev_of_fd
|
|
: Lwt_unix.file_descr
|
|
-> bigstring iovec list -> [ `Ok of int | `Closed ] Lwt.t
|