#url builder
4 messages · Page 1 of 1 (latest)
most commonly people just use format! and parse()
that's what i'm currently using, but i would prefer something more "type-safe", so it checks if e.g. host doesn't have any / which would affect path
https://docs.rs/http/latest/http/uri/struct.Builder.html is one option
A builder for Uris.