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

Add default resource for StaticFiles

This commit is contained in:
Douman
2018-03-11 15:05:13 +03:00
parent b16f2d5f05
commit 8a344d0c94
2 changed files with 45 additions and 51 deletions

View File

@ -10,6 +10,8 @@
* Move brotli encoding to a feature
* Add option of default handler for `StaticFiles` middleware
## 0.4.8 (2018-03-12)
@ -53,7 +55,7 @@
* Better support for `NamedFile` type
* Add `ResponseError` impl for `SendRequestError`. This improves ergonomics of the client.
* Add native-tls support for client
* Allow client connection timeout to be set #108