servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 318 forks source link

Shouldn't `Host` be lowercase by default? #846

Closed Davoodeh closed 1 year ago

Davoodeh commented 1 year ago

Sorry, turns out deep in my code I was using a direct call on "Host::Domain" instead of calling "parse" method. The library converts hosts to lowercase by default.