hyperium / http

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

Add missing TryFrom<String> and TryFrom<Vec<u8>> impls. #477

Closed Arnavion closed 3 years ago

Arnavion commented 3 years ago

Also fix PathAndQuery's TryFrom impl to not copy the bytes into a new Bytes.

Arnavion commented 3 years ago

@seanmonstar Ping.

seanmonstar commented 3 years ago

Thanks for catching this!