Re-export actix_http::client::Connector

This commit is contained in:
Nikolay Kim 2019-03-28 14:46:33 -07:00
parent 1d79f16529
commit 9710e9b01f
4 changed files with 10 additions and 4 deletions

View file

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