From accdb1e0ac3ea3372b4946172b5706854a94c6ff Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 16 Dec 2021 00:26:18 -0500 Subject: [PATCH] Update src/Tiny_httpd.mli --- src/Tiny_httpd.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tiny_httpd.mli b/src/Tiny_httpd.mli index 58c67314..0d59275c 100644 --- a/src/Tiny_httpd.mli +++ b/src/Tiny_httpd.mli @@ -227,7 +227,7 @@ module Request : sig path_components: string list; query: (string*string) list; body: 'body; - time: float; + start_time: float; (** @since NEXT_RELEASE *) } (** A request with method, path, host, headers, and a body, sent by a client.