| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.5.0 source code.tar.gz | 2026-07-04 | 351.8 kB | |
| 4.5.0 source code.zip | 2026-07-04 | 430.3 kB | |
| README.md | 2026-07-04 | 321 Bytes | |
| Totals: 3 Items | 782.5 kB | 1 | |
Added
- HTTP QUERY method (RFC 10008) as a first-class method:
hackney:query/1..4helpers andhackney: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).