mio_httpc icon indicating copy to clipboard operation
mio_httpc copied to clipboard

mio based async and sync http client

Results 4 mio_httpc issues
Sort by recently updated
recently updated
newest added

On some websites, e.g. http://lastgreatliar.com, mio_httpc v0.9.4 fails with the following error: > Error: Chunk was larger than configured CallBuilder::chunked_max_chunk. 262144 Firefox, curl and ureq work fine. There's 13628 such...

wontfix

On some websites mio_httpc v0.9.4 fails to uphold the timeout configured to 40 seconds and gets killed by an external watchdog after 60 seconds in my tests. There's 2045 such...

I'm getting a [`ResponseTooBig`](https://docs.rs/mio_httpc/0.8.6/mio_httpc/enum.Error.html#variant.ResponseTooBig) error. I could adjust [`max_response`](https://docs.rs/mio_httpc/0.8.6/mio_httpc/struct.CallBuilder.html#method.max_response), but then my memory usage would increase. Could I instead 'stream' to a file, in chunks relative to speed (speed of...

https://doc.rust-lang.org/std/error/trait.Error.html Adding that would improve interoperability with popular error-handling crates like [anyhow](https://docs.rs/anyhow/latest/anyhow/)