http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Simplify Request examples #324

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 3 years ago

Now that url::Url implements TryFrom<&str> we can simplify the examples. We'll still want to make these fallible, but that can be done in a follow-up PR.