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

Merge branch 'master' into multipart-content-disposition

This commit is contained in:
Nikolay Kim
2018-06-07 21:20:11 -07:00
committed by GitHub
6 changed files with 156 additions and 13 deletions

View File

@ -22,11 +22,23 @@
* Added header `User-Agent: Actix-web/<current_version>` to default headers when building a request
### Removed
* Remove `Route::with2()` and `Route::with3()` use tuple of extractors instead.
## [0.6.12] - 2018-06-07
### Added
* Add `Host` filter #287
* Allow to filter applications
* Improved failure interoperability with downcasting #285
## [0.6.11] - 2018-06-05
* Support chunked encoding for UrlEncoded body #262