Files
third_party_rust_http/benches
Sean McArthur ed4dc57067 Add from_maybe_shared constructors
These constructors don't expose the internal `Bytes` type, but instead
will try to downcast the argument to prevent a copy. If the types don't
match up (a user provides an older version of `Bytes`), the value will
just be copied.

Adds:

- `HeaderValue::from_maybe_shared`
- `HeaderValue::from_maybe_shared_unchecked`
- `Uri::from_maybe_shared`
- `Authority::from_maybe_shared`
- `PathAndQuery::from_maybe_shared`
2019-12-02 13:12:38 -08:00
..
2019-11-26 12:08:28 -08:00
2019-11-26 12:08:28 -08:00