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 <Przemyslaw.Malolepszy@tomtom.com>
This commit is contained in:
parent
6763d5ab6b
commit
ac697b0f09
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue