From 94095fc2529b552e6b1eb11d10bdbafec4307d7e Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 23 Aug 2019 16:51:52 +0200 Subject: [PATCH] Minor doc improvement --- src/main/asciidoc/http.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/http.adoc b/src/main/asciidoc/http.adoc index d4d6554d2..76238f5e4 100644 --- a/src/main/asciidoc/http.adoc +++ b/src/main/asciidoc/http.adoc @@ -336,7 +336,7 @@ If you just want to upload the file to disk somewhere you can use {@link io.vert WARNING: Make sure you check the filename in a production system to avoid malicious clients uploading files to arbitrary places on your filesystem. See <> for more information. -==== Manipulating cookies +==== Handling cookies You use {@link io.vertx.core.http.HttpServerRequest#getCookie(String)} to retrieve a cookie by name, or use {@link io.vertx.core.http.HttpServerRequest#cookieMap()} to retrieve all the cookies.