1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Use NamedFile with an existing File (#670)

This commit is contained in:
wildarch
2019-01-28 06:07:28 +01:00
committed by Douman
parent f5bec968c7
commit 9968afe4a6
2 changed files with 63 additions and 6 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [x.x.xx] - xxxx-xx-xx
### Added
* Add `from_file` and `from_file_with_config` to `NamedFile` to allow sending files without a known path. #670
## [0.7.18] - 2019-01-10
### Added