We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188c21c commit d5f783cCopy full SHA for d5f783c
src/Tiny_httpd_server.mli
@@ -67,7 +67,7 @@ module Request : sig
67
meth: Meth.t; (** HTTP method for this request. *)
68
host: string;
69
(** Host header, mandatory. It can also be found in {!headers}. *)
70
- client_addr : Unix.sockaddr option; (** Client address. *)
+ client_addr : Unix.sockaddr option; (** Client address. Available since NEXT_RELEASE. *)
71
headers: Headers.t; (** List of headers. *)
72
http_version: int * int;
73
(** HTTP version. This should be either [1, 0] or [1, 1]. *)
0 commit comments