mirror of https://github.com/fafhrd91/actix-web
Update changes
This commit is contained in:
parent
323570dc4d
commit
66cc773a30
|
@ -49,6 +49,10 @@
|
||||||
|
|
||||||
* `HttpRequest::cookies()` returns `Ref<Vec<Cookie<'static>>>`
|
* `HttpRequest::cookies()` returns `Ref<Vec<Cookie<'static>>>`
|
||||||
|
|
||||||
|
* `StaticFiles::new()` returns `Result<StaticFiles<S>, Error>` instead of `StaticFiles<S>`
|
||||||
|
|
||||||
|
* `StaticFiles` uses the default handler if the file does not exist
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue