File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
( authors c-cube)
6
6
( maintainers c-cube)
7
- ( version 0 .17 )
7
+ ( version 0 .18 )
8
8
( source ( github c-cube/tiny_httpd) )
9
9
( homepage https://github.com/c-cube/tiny_httpd/)
10
10
( license MIT)
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ val create :
170
170
used instead of the [addr] and [port]. If not passed in, those will be
171
171
used. This parameter exists since 0.10.
172
172
@param enable_logging if true and [Logs] is installed, log requests. Default true.
173
- This parameter exists since NEXT_RELEASE . Does not affect debug-level logs.
173
+ This parameter exists since 0.18 . Does not affect debug-level logs.
174
174
175
175
@param get_time_s obtain the current timestamp in seconds.
176
176
This parameter exists since 0.11.
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ val dummy : bool
14
14
val fully_disable : unit -> unit
15
15
(* * Totally silence logs for tiny_httpd. With [Logs] installed this means setting
16
16
the level of the tiny_httpd source to [None].
17
- @since NEXT_RELEASE *)
17
+ @since 0.18 *)
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ val pp_with :
126
126
Default is ["set-cookie"].
127
127
@param pp_body body printer
128
128
(default fully prints String bodies, but omits stream bodies)
129
- @since NEXT_RELEASE *)
129
+ @since 0.18 *)
130
130
131
131
val pp : Format .formatter -> t -> unit
132
132
(* * Pretty print the response. The exact format is not specified. *)
Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ val create_from :
95
95
{!set_top_handler} to specify how to handle incoming requests.
96
96
97
97
@param buf_size size for buffers (since 0.11)
98
- @param head_middlewares see {!add_head_middleware} for details (since NEXT_RELEASE )
98
+ @param head_middlewares see {!add_head_middleware} for details (since 0.18 )
99
99
@param middlewares see {!add_middleware} for more details.
100
100
@param enable_logging if true and [Logs] is installed,
101
- emit logs via Logs (since NEXT_RELEASE ).
101
+ emit logs via Logs (since 0.18 ).
102
102
Default [true].
103
103
104
104
@since 0.14
@@ -158,7 +158,7 @@ val add_head_middleware : t -> Head_middleware.t -> unit
158
158
(* * Add a request-header only {!Head_middleware.t}.
159
159
This is called on requests, to modify them, and returns a new request
160
160
immediately.
161
- @since NEXT_RELEASE *)
161
+ @since 0.18 *)
162
162
163
163
(* * {2 Request handlers} *)
164
164
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "0.17 "
3
+ version: "0.18 "
4
4
synopsis: "Minimal HTTP server using threads"
5
5
maintainer: ["c-cube"]
6
6
authors: ["c-cube"]
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "0.17 "
3
+ version: "0.18 "
4
4
synopsis: "Interface to camlzip for tiny_httpd"
5
5
maintainer: ["c-cube"]
6
6
authors: ["c-cube"]
You can’t perform that action at this time.
0 commit comments