add feature flag http3 with reqwest

pull/2492/head
wan9xy 4 months ago
parent 5c9cf52e75
commit f4b6dda8c2

@ -69,6 +69,7 @@ deflate = ["reqwest/deflate"]
trust-dns = ["reqwest/trust-dns"]
socks = ["reqwest/socks"]
http2 = ["reqwest/http2"]
http3 = ["reqwest/http3"]
charset = ["reqwest/charset"]
macos-system-configuration = ["reqwest/macos-system-configuration"]
unsafe-headers = []

Loading…
Cancel
Save