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:
@ -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
|
||||
|
Reference in New Issue
Block a user