Releases: encode/httpcore
Releases · encode/httpcore
Version 0.8.1
0.8.1 (April 30th, 2020)
Changed
- Allow inheritance of both
httpcore.AsyncByteStream
,httpcore.SyncByteStream
without type conflicts.
Version 0.8.0
0.8.0 (April 30th, 2020)
Fixed
- Fixed tunnel proxy support.
Added
- New
TimeoutException
base class.