mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-05 18:47:50 +03:00
174 B
174 B
tauri |
---|
patch |
Use HeaderValue::from_bytes
instead of HeaderValue::from_str
and HeaderValue#to_bytes
instead of HeaderValue#to_str
to improve compatibility.