mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-17 10:13:30 +01:00
add migration note about fromrequest::configure
This commit is contained in:
parent
b4d3c2394d
commit
b0a363a7ae
@ -50,6 +50,8 @@ The associated type `Config` of `FromRequest` was removed. If you have custom ex
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Consequently, the `FromRequest::configure` method was also removed. Config for extractors is still provided using `App::app_data` but should now be constructed in a standalone way.
|
||||||
|
|
||||||
## Compression Feature Flags
|
## Compression Feature Flags
|
||||||
|
|
||||||
Feature flag `compress` has been split into its supported algorithm (brotli, gzip, zstd). By default, all compression algorithms are enabled. The new flags are:
|
Feature flag `compress` has been split into its supported algorithm (brotli, gzip, zstd). By default, all compression algorithms are enabled. The new flags are:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user