Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.3.0 (2020-06-24)
* HTTP/2 support
* Streaming support for both http/1.1 and http/2 pools
* New api for building and making requests
* typespec fixes
## v0.2.0 (2020-05-06)
* Response body now defaults to an empty string instead of nil
## v0.1.1 (2020-05-04)
* Accepts a URI struct in request/3/4/5/6, Todd Resudek
* Fix `http_method()` typespec, Ryan Johnson
## v0.1.0 (2020-04-25)
* Initial Release