1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add tests for camel case headers rendering

This commit is contained in:
Nikolay Kim
2019-04-24 11:27:57 -07:00
parent 64f603b076
commit 2e19f572ee
7 changed files with 123 additions and 26 deletions

View File

@ -1,5 +1,10 @@
# Changes
### Added
* Allow to render h1 request headers in `Camel-Case`
## [0.1.3] - 2019-04-23
### Fixed