We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f97e75 commit 21e0c18Copy full SHA for 21e0c18
src/Tiny_httpd.mli
@@ -123,11 +123,11 @@ module Byte_stream : sig
123
124
val iter : (bytes -> int -> int -> unit) -> t -> unit
125
(** Iterate on the chunks of the stream
126
- @since NEXT_RELEASE *)
+ @since 0.3 *)
127
128
val to_chan : out_channel -> t -> unit
129
(** Write the stream to the channel.
130
131
132
val with_file : string -> (t -> 'a) -> 'a
133
(** Open a file with given name, and obtain an input stream
tiny_httpd.opam
@@ -1,5 +1,5 @@
1
opam-version: "2.0"
2
-version: "0.2"
+version: "0.3"
3
authors: ["Simon Cruanes"]
4
maintainer: "[email protected]"
5
license: "MIT"
0 commit comments