v0.9.6
HTTP v0.9.6
Closed issues:
- Documentation about
request
andresponse
struct andgetfield
function. (#681) - Export
statustext
function. (#685) - Nondescript error message using readtimeout (#689)
- If StreamRequest fails, received data is lost (#691)
- Library error upon using HTTP (#700)
Merged pull requests:
- undeprecate the accessor methods of a HTTP message and updates the docs (#682) (@AtsushiSakai)
- Removed unnecessary export for HeaderSizeError (#683) (@AtsushiSakai)
- typo (#684) (@Spirarel)
- add example for a persistent session and logging into a webform (#686) (@Crghilardi)
- fix minor typos in request docstring (#687) (@ueliwechsler)
- export
statustext
and update docs (#688) (@AtsushiSakai) - WIP: Add ReadTimeoutError Exception (#693) (@ueliwechsler)
- Bugfixes and improvements to rate limit check (#701) (@fredrikekre)