mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Re-export actix_http::client::Connector
This commit is contained in:
parent
1d79f16529
commit
9710e9b01f
4 changed files with 10 additions and 4 deletions
|
@ -44,7 +44,7 @@ default = ["brotli", "flate2-zlib", "cookies", "client"]
|
|||
client = ["awc"]
|
||||
|
||||
# brotli encoding, requires c compiler
|
||||
brotli = ["actix-http/brotli2"]
|
||||
brotli = ["actix-http/brotli"]
|
||||
|
||||
# miniz-sys backend for flate2 crate
|
||||
flate2-zlib = ["actix-http/flate2-zlib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue