mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
allow to use fn with multiple arguments with .with()/.with_async()
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## [0.7.4] - 2018-08-xx
|
||||
## [0.8.0] - 2018-08-xx
|
||||
|
||||
### Added
|
||||
|
||||
@ -12,6 +12,8 @@
|
||||
|
||||
### Changed
|
||||
|
||||
* It is allowed to use function with up to 10 parameters for handler with `extractor parameters`.
|
||||
|
||||
* native-tls - 0.2
|
||||
|
||||
* `Content-Disposition` is re-worked. Its parser is now more robust and handles quoted content better. See #461
|
||||
|
Reference in New Issue
Block a user