diff --git a/src/Tiny_httpd_server.mli b/src/Tiny_httpd_server.mli index 69d4a524..fbe7a77f 100644 --- a/src/Tiny_httpd_server.mli +++ b/src/Tiny_httpd_server.mli @@ -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]. *)