mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
details
This commit is contained in:
parent
b5e50fac59
commit
fe36acf198
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,8 @@ val middleware :
|
||||||
?compress_above:int ->
|
?compress_above:int ->
|
||||||
?buf_size:int -> unit ->
|
?buf_size:int -> unit ->
|
||||||
Tiny_httpd.Middleware.t
|
Tiny_httpd.Middleware.t
|
||||||
|
(** Middleware responsible for deflate compression/decompression.
|
||||||
|
@since NEXT_RELEASE *)
|
||||||
|
|
||||||
val setup :
|
val setup :
|
||||||
?compress_above:int ->
|
?compress_above:int ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue