Skip to content

4.5.0

Choose a tag to compare

@benoitc benoitc released this 04 Jul 09:45
50b2691

Added

  • HTTP QUERY method (RFC 10008) as a first-class method: hackney:query/1..4
    helpers and hackney:request(query, ...). QUERY is safe and idempotent and
    carries a request body like POST. It works over HTTP/1.1, HTTP/2, and
    HTTP/3 with every request body mode (binary, streamed, async, connection
    API).