Rob Ede
Rob Ede
No. What's your use case?
Trying to integrate this with Actix Web is proving to be the blocker. De-prioritizing this until next major version of -server to speed up actix-web v4 release.
From what i can see, the thread local counter is incremented when a guard is created and decremented when the guard is dropped. Can you show where you think the...
It's kind of understandable for `from_static` but sort of a shame to add this on `try_from_generic` (up-to-date method) since [`httparse` already makes sure that leading and trailing spaces are not...
Torn on whether this is a good thing for the crate, here's some facts though: - rfc3986 defines a _generic_ URL syntax that allows percent encoding in the authority -...
Can you show what rust version you're using?
FWIW, Actix Web doesn't use this method and opts for [`as_u16()`](https://github.com/actix/actix-web/blob/master/actix-http/src/h1/encoder.rs#L272). I think if someone really wants to avoid using a formatter then going with `itoa` is a good and...
> How does splitting this crate up help? A crate with just primitives could reach v1.0 much more quickly, providing confidence to its users. Also would allow less frequent breaking...
My examples of why we chose to roll our own types don't really illustrate the point of this issue in particular. > be a small crate of just HTTP primitives...
If you don't think you'll use it, would you consider transferring ownership of the `http-core` crate?