Separate headers into request and response headers

- Add response header construction using records
- Update tests and examples
- Update doc
This commit is contained in:
sigma-andex
2022-06-16 19:58:33 +01:00
parent 8733799cb0
commit 88169cd299
9 changed files with 69 additions and 44 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## Unpublished
- Separate `Headers` into `RequestHeaders` and `ResponseHeaders`
- Allow passing a record to `headers` to make `ResponseHeaders` easier
## v1.3.0