diff --git a/tiny_httpd/Tiny_httpd_core/IO/Input/index.html b/tiny_httpd/Tiny_httpd_core/IO/Input/index.html index 0869bafc..66bcec7f 100644 --- a/tiny_httpd/Tiny_httpd_core/IO/Input/index.html +++ b/tiny_httpd/Tiny_httpd_core/IO/Input/index.html @@ -20,7 +20,7 @@ closed:bool ref -> buf:Slice.t -> Unix.file_descr -> - t
val input : t -> bytes -> int -> int -> intRead into the given slice.
val really_input : t -> bytes -> int -> int -> unitRead exactly len bytes.
val iter : (bytes -> int -> int -> unit) -> t -> unitval to_chan : out_channel -> t -> unitval to_chan' : Iostream.Out.t -> t -> unitval read_exactly_ : too_short:(unit -> unit) -> t -> bytes -> int -> unitRead n bytes from the input into bytes.
val reading_exactly_ :
+ tval input : t -> bytes -> int -> int -> intRead into the given slice.
val really_input : t -> bytes -> int -> int -> unitRead exactly len bytes.
val iter : (bytes -> int -> int -> unit) -> t -> unitval to_chan : out_channel -> t -> unitval to_chan' : Iostream.Out.t -> t -> unitval read_exactly_ : too_short:(unit -> unit) -> t -> bytes -> int -> unitRead n bytes from the input into bytes.