mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 19:25:32 -05:00
doc
This commit is contained in:
parent
ed0f016f27
commit
56bb2db880
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ type t = {
|
||||||
_rest: hidden; (** Use {!make} to build a stream. *)
|
_rest: hidden; (** Use {!make} to build a stream. *)
|
||||||
}
|
}
|
||||||
(** A buffered stream, with a view into the current buffer (or refill if empty),
|
(** A buffered stream, with a view into the current buffer (or refill if empty),
|
||||||
and a function to consume [n] bytes.
|
and a function to consume [n] bytes. *)
|
||||||
See {!Byte_stream} for more details. *)
|
|
||||||
|
|
||||||
val close : t -> unit
|
val close : t -> unit
|
||||||
(** Close stream *)
|
(** Close stream *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue