refactor: rename feature to http-interop

This commit is contained in:
Kade Robertson
2023-02-13 16:07:32 -05:00
committed by Martin Algesten
parent dff55fda4e
commit 7dcd60cbaf
3 changed files with 11 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ cookies = ["cookie", "cookie_store"]
socks-proxy = ["socks"]
gzip = ["flate2"]
brotli = ["brotli-decompressor"]
http = ["dep:http"]
http-interop = ["dep:http"]
[dependencies]
base64 = "0.21"