hyperium / http

Rust HTTP types
Apache License 2.0
1.16k stars 291 forks source link

Correctly parse file URIs #421

Open Richard-W opened 4 years ago

Richard-W commented 4 years ago

This changes the URI parser to allow URIs of the forms

It does impact HTTP URI parsing in that HTTP URIs without an authority part are now allowed.

Fixes issue #323

oblique commented 3 years ago

Any updates on this?

0ndorio commented 3 years ago

@seanmonstar Is this merge request still blocked by something or is there anything I could do to help this to be merged?