- Use the same format for file URLs regardless of platforms
- Fix BodyEncoding trait import #1220
- Migrate to
std::future
- Add an additional
filename*
param in theContent-Disposition
header ofactix_files::NamedFile
to be more compatible. (#1151)
- Add option to redirect to a slash-ended path
Files
#1132
-
Bump up
mime_guess
crate version to 2.0.1 -
Bump up
percent-encoding
crate version to 2.1 -
Allow user defined request guards for
Files
#1113
- Allow to disable
Content-Disposition
header #686
- Do not set
Content-Length
header, let actix-http set it #930
-
Content-Length is 0 for NamedFile HEAD request #914
-
Fix ring dependency from actix-web default features for #741
- Static files are incorrectly served as both chunked and with length #812
- NamedFile last-modified check always fails due to nano-seconds in file modified date #820
- Update actix-web to beta.4
- Update actix-web to beta.1
- Update actix-web to alpha6
- Update actix-web to alpha4
- Add default handler support
- Initial impl