1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

added StaticFiles basic impl

This commit is contained in:
Nikolay Kim
2017-10-16 01:19:23 -07:00
parent fa6bc35dbd
commit ba1a73443e
8 changed files with 186 additions and 14 deletions

View File

@ -31,6 +31,7 @@ time = "0.1"
http = "0.1"
httparse = "0.1"
http-range = "0.1"
mime_guess = "1.8"
cookie = { version="0.10", features=["percent-encode"] }
regex = "0.2"
slab = "0.4"