1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/actix-http/src/header
Hung-I Wang edcde67076 Fix escaping/encoding problems in Content-Disposition header (#1151)
* Fix filename encoding in Content-Disposition of acitx_files::NamedFile

* Add more comments on how to use Content-Disposition header properly & Fix some trivial problems

* Improve Content-Disposition filename(*) parameters of actix_files::NamedFile

* Tweak Content-Disposition parse to accept empty param value in quoted-string

* Fix typos in comments in .../content_disposition.rs (pointed out by @JohnTitor)

* Update CHANGES.md

* Update CHANGES.md again
2019-11-06 06:08:37 -08:00
..
common Fix escaping/encoding problems in Content-Disposition header (#1151) 2019-11-06 06:08:37 -08:00
shared Merge actix-http project 2019-03-26 11:54:35 -07:00
map.rs Allow HeaderMap to be cloned (#1014) 2019-07-29 08:11:23 +04:00
mod.rs Expose ContentDisposition in actix-multipart to fix broken doc link (#1114) 2019-10-02 09:48:25 +06:00