From a3da4dfc6eb8ab4121af948ffb96b0f7291f5141 Mon Sep 17 00:00:00 2001 From: c-cube Date: Mon, 5 May 2025 14:26:02 +0000 Subject: [PATCH] deploy: b6583d69a87362da763342fda774b5b1d9da2412 --- nanoev_tiny_httpd/Nanoev_tiny_httpd/index.html | 2 ++ 1 file changed, 2 insertions(+) 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_httpd (nanoev_tiny_httpd.Nanoev_tiny_httpd)

Module Nanoev_tiny_httpd

module TH = Tiny_httpd_core
val 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 ->