Client::new_with_client()allows passing a custom reqwest client. (#8)
- Update reqwest to 0.10.x. We are still using the blocking API.
- Update reqwest to 0.9.x
- Update reqwest to 0.8.0
Client::new()no longer returns aResult. This is a breaking change carried over from reqwest 0.8.0.
- Infinite loop when error occur in the stream (#2)