hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

Making `http::uri::PathAndQuery::from_shared` public #622

Closed WhyNotHugo closed 10 months ago

WhyNotHugo commented 10 months ago

There's a comment right above the function that says:

    // Not public while `bytes` is unstable.

The bytes crate has long since reached 1.0 and is stable. Is it okay to now make this method public?

tesaguri commented 10 months ago

This has already been tracked as part of #459.

WhyNotHugo commented 10 months ago

True, thanks