diff --git a/nanoev_tiny_httpd/Nanoev_tiny_httpd/index.html b/nanoev_tiny_httpd/Nanoev_tiny_httpd/index.html index 7da6a5e..3ccb070 100644 --- a/nanoev_tiny_httpd/Nanoev_tiny_httpd/index.html +++ b/nanoev_tiny_httpd/Nanoev_tiny_httpd/index.html @@ -1,5 +1,6 @@
Nanoev_tiny_httpdmodule TH = Tiny_httpd_coreval create :
+ ?enable_logging:bool ->
?masksigpipe:bool ->
?max_connections:int ->
?max_buf_pool_size:int ->
@@ -9,6 +10,7 @@
?addr:string ->
?port:int ->
?sock:Unix.file_descr ->
+ ?head_middlewares:TH.Server.Head_middleware.t list ->
?middlewares:([ `Encoding | `Stage of int ] * TH.Server.Middleware.t) list ->
new_thread:((unit -> unit) -> unit) ->
unit ->