v0.5.1
Bug fixes
- Correctly change the method from
GET
toPOST
when redirected. (#55) - Correctly delete the
Host
header when redirected. (#55) - Correctly return the empty string when the response body is null (#56)
- Handle the error occurred while reading the body chunks (#57)
What's Changed
- Fix: change the method from GET to POST on redirection by @mtripg6666tdr in #55
- Fix: return empty string as a result body when response is null by @mtripg6666tdr in #56
- Fix: handle ReadableStream rejections by @mtripg6666tdr in #57
- Chore(ci.yml): pass the checks only succeeded by @mtripg6666tdr in #59
- Bump: package version to 0.5.1 by @mtripg6666tdr in #58
Full Changelog: v0.5.0...v0.5.1