Update src/Tiny_httpd.mli

This commit is contained in:
Simon Cruanes 2021-12-16 00:26:18 -05:00 committed by GitHub
parent 7b14cbd6a7
commit accdb1e0ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ module Request : sig
path_components: string list; path_components: string list;
query: (string*string) list; query: (string*string) list;
body: 'body; body: 'body;
time: float; start_time: float; (** @since NEXT_RELEASE *)
} }
(** A request with method, path, host, headers, and a body, sent by a client. (** A request with method, path, host, headers, and a body, sent by a client.