1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

update changelog

This commit is contained in:
axon-q 2018-06-09 14:02:05 +00:00
parent 8681a346c6
commit fee203b402

View file

@ -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