v0.4.0
- Support for
http
URIs - Requests are now buffered with GenStage
- Added
Kadabra.head/2
andKadabra.delete/2
Kadabra.open/3
replaced withKadabra.open/2
.- Scheme, host and port are now automatically parsed from the URI string.
See the README for examples. - Socket options passed as
:tcp
/:ssl
, respectively
- Scheme, host and port are now automatically parsed from the URI string.
- Removed
:reconnect
functionality