mirror of
https://github.com/actix/actix-web.git
synced 2024-12-22 16:16:40 +00:00
update changelog
This commit is contained in:
parent
8681a346c6
commit
fee203b402
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
|
||||
### Added
|
||||
|
||||
* Add `.set_content_type()` and `.set_content_disposition()` methods
|
||||
to `fs::NamedFile` to allow overriding the values inferred by default
|
||||
|
||||
* Add `fs::file_extension_to_mime()` helper function to get the MIME
|
||||
type for a file extension
|
||||
|
||||
* Add `.content_disposition()` method to parse Content-Disposition of
|
||||
multipart fields
|
||||
|
||||
|
|
Loading…
Reference in a new issue