use pre-constructed client for well-known requests also

This commit is contained in:
Aode (lion) 2022-01-27 10:19:28 -06:00
parent f8d1c1a8af
commit 1059f35fdc
4 changed files with 21 additions and 34 deletions

3
Cargo.lock generated
View file

@ -1950,8 +1950,7 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
source = "git+https://github.com/niuhuan/reqwest?branch=dns-resolver-fn#57b7cf4feb921573dfafad7d34b9ac6e44ead0bd"
dependencies = [
"base64 0.13.0",
"bytes",