You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes/add-http3-feature-flag.md

322 B

http
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.