From ac697b0f09779df357fdcd939cfba6aae8004812 Mon Sep 17 00:00:00 2001 From: Przemyslaw Malolepszy Date: Thu, 29 Aug 2024 12:56:26 +0200 Subject: [PATCH] Update class-apiresponse.md Modify APIResponse.headersArray description as it was mentioning request headers, while actually response headers are returned Signed-off-by: Przemyslaw Malolepszy --- docs/src/api/class-apiresponse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api/class-apiresponse.md b/docs/src/api/class-apiresponse.md index 1297d2d4fa..5a901b76ba 100644 --- a/docs/src/api/class-apiresponse.md +++ b/docs/src/api/class-apiresponse.md @@ -60,7 +60,7 @@ An object with all the response HTTP headers associated with this response. - `name` <[string]> Name of the header. - `value` <[string]> Value of the header. -An array with all the request HTTP headers associated with this response. Header names are not lower-cased. +An array with all the response HTTP headers associated with this response. Header names are not lower-cased. Headers with multiple entries, such as `Set-Cookie`, appear in the array multiple times. ## async method: APIResponse.json