Comment re: NEXT_RELEASE

Co-authored-by: Simon Cruanes <simon.cruanes.2007@m4x.org>
This commit is contained in:
Stéphane Lavergne 2023-08-08 15:00:20 -04:00 committed by GitHub
parent 188c21c70e
commit d5f783c159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]. *)