Minor docs fix

This commit is contained in:
sigma-andex 2022-06-19 10:38:34 +01:00
parent 0e73672c53
commit c1d1fb0b64
No known key found for this signature in database
GPG Key ID: C5F79968835855AB

View File

@ -122,7 +122,7 @@ HTTPurple 🪁 has some helpers to make json parsing and validation very simple.
## Headers
HTTPurple 🪁 has two separate types for headers, namely `RequestHeader` and `ResponseHeader`. `ResponseHeader` wraps `Map CaseInsensitiveString (Array String)` and therefore allows setting multiple response headers. This is useful if you e.g. want to set multiple `Set-Cookie` headers.
Also you can create the headers by passing a record. See the [responses documentation](./Differences.md) for more information.
Also you can create the headers by passing a record. See the [responses documentation](./Responses.md) for more information.
## Other improvmenets