Update .changes/add-http3-feature-flag.md

pull/2492/head
Amr Bashir 5 months ago committed by GitHub
parent 698c2c10e7
commit bebbcd8606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,5 @@
--- ---
"http": patch "http": patch
"http-js": patch
--- ---
Added HTTP3 to the allowed feature flags for reqwest. This enables users to leverage HTTP3 functionality in Rust-side code without causing panics due to multiple imports with different features. Since HTTP3 is still considered experimental in reqwest, this feature is limited to Rust-side usage only. Added HTTP3 to the allowed feature flags for reqwest. This enables users to leverage HTTP3 functionality in Rust-side code without causing panics due to multiple imports with different features. Since HTTP3 is still considered experimental in reqwest, this feature is limited to Rust-side usage only.
Loading…
Cancel
Save