mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
Comment re: NEXT_RELEASE
Co-authored-by: Simon Cruanes <simon.cruanes.2007@m4x.org>
This commit is contained in:
parent
188c21c70e
commit
d5f783c159
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ module Request : sig
|
|||
meth: Meth.t; (** HTTP method for this request. *)
|
||||
host: string;
|
||||
(** Host header, mandatory. It can also be found in {!headers}. *)
|
||||
client_addr : Unix.sockaddr option; (** Client address. *)
|
||||
client_addr : Unix.sockaddr option; (** Client address. Available since NEXT_RELEASE. *)
|
||||
headers: Headers.t; (** List of headers. *)
|
||||
http_version: int * int;
|
||||
(** HTTP version. This should be either [1, 0] or [1, 1]. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue