Update changes

This commit is contained in:
tessereth 2018-07-05 17:34:43 +10:00
parent 323570dc4d
commit 66cc773a30
No known key found for this signature in database
GPG Key ID: DF640BCE2E866153
1 changed files with 4 additions and 0 deletions

View File

@ -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