hreq
hreq copied to clipboard
User first async http client
Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version. Changelog Sourced from time's changelog. 0.3.0 [unreleased] Added datetime! macro, which allows the construction of a statically verified PrimitiveDateTime or...
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. v0.9.0 Breaking Changes: Default message format now prints the target instead of the module...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Updates the requirements on [httpdate](https://github.com/pyfisch/httpdate) to permit the latest version. Release notes Sourced from httpdate's releases. v1.0.1 Bugfix release. In version 1.0.0 the crate would accept bogus dates with a...
I've made a version of h2 that is "tokio free". Then I proceeded to analyze my dependencies in depth. I specifically am hunting dependencies that are pulled in by one...
Updates the requirements on [webpki-roots](https://github.com/ctz/webpki-roots) to permit the latest version. Commits ab71a95 Fix webpki names in build.py 0f7e25c 0.22.0: Upgrade to webpki 0.22.0. 4a74216 Update from upstream (0.21.1) See full...
On some websites, e.g. http://economicinclusion.gov, hreq fails with the following error: > Too many chars in chunk size Firefox and curl work fine. 39 websites out of the top million...
On some websites, e.g. http://fivestarflags.com, hreq fails with the following error: > Unexpected char in chunk size: ' ' Firefox and curl work fine. 143 websites out of the top...
Since the release of tokio 1.0, I haven't been able to make an update to `hreq-h2`, which is a tokio free fork of h2. Given that I don't have time,...
When downloading http://auctionzip.com, hreq panics with the following message: > thread 'main' panicked at 'dangling store key for stream_id=StreamId(1)', /home/shnatsel/.cargo/registry/src/github.com-1ecc6299db9ec823/hreq-h2-0.2.7/src/proto/streams/store.rs:179:17 Only one websites out of the top million according to...