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

Implement getters for named file fields (#2689)

Co-authored-by: Janis Goldschmidt <github@aberrat.io>
This commit is contained in:
Rob Ede
2022-03-10 01:29:26 +00:00
committed by GitHub
parent a35804b89f
commit 1fd90f0b10
2 changed files with 51 additions and 6 deletions

View File

@ -1,9 +1,11 @@
# Changes
## Unreleased - 2021-xx-xx
- Add `NamedFile::{modified, metadata, content_type, content_disposition, encoding}()` getters. [#2021]
- Update `tokio-uring` dependency to `0.3`.
- Audio files now use `Content-Disposition: inline` instead of `attachment`. [#2645]
[#2021]: https://github.com/actix/actix-web/pull/2021
[#2645]: https://github.com/actix/actix-web/pull/2645