1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

add vary header to all handled responses (#224)

This commit is contained in:
Rob Ede
2022-02-07 16:34:01 +00:00
committed by GitHub
parent f9beeecaf6
commit 695800c9bd
6 changed files with 156 additions and 29 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
- Ensure that preflight responses contain a Vary header. [#224]
[#224]: https://github.com/actix/actix-extras/pull/224
## 0.6.0-beta.9 - 2022-02-07