mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
Update src/Tiny_httpd.mli
This commit is contained in:
parent
7b14cbd6a7
commit
accdb1e0ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue