mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -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. *)
|
||||
}
|
||||
(** A buffered stream, with a view into the current buffer (or refill if empty),
|
||||
and a function to consume [n] bytes.
|
||||
See {!Byte_stream} for more details. *)
|
||||
and a function to consume [n] bytes. *)
|
||||
|
||||
val close : t -> unit
|
||||
(** Close stream *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue