actix-web/actix-files
Clifford T. Matthews 66973ac237 Remove limitation that prohibits segments from starting with '.'
The path "/.well-known", can be handy to use with Let's Encrypt, due
to the requirements of https://tools.ietf.org/html/rfc8555 which
inherits that name from https://tools.ietf.org/html/rfc5785

This commit removes the restriction that prevents actix-files::Files
from serving files from paths that contain a segment that starts with
a leading '.'
2020-02-24 21:46:06 -07:00
..
src Remove limitation that prohibits segments from starting with '.' 2020-02-24 21:46:06 -07:00
tests rename to Files 2019-03-06 23:39:08 -08:00
CHANGES.md Enable GitHub Actions and fix file URL behavior (#1232) 2019-12-22 16:43:41 +09:00
Cargo.toml update actix-service dep 2019-12-22 16:39:25 +04:00
LICENSE-APACHE add license files 2019-06-01 17:25:29 +06:00
LICENSE-MIT add license files 2019-06-01 17:25:29 +06:00
README.md update readmes 2019-04-29 20:47:21 -07:00

README.md

Static files support for actix web Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix

Documentation & community resources