| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| HTTPoison 3.0.0 source code.tar.gz | 2026-06-14 | 42.6 kB | |
| HTTPoison 3.0.0 source code.zip | 2026-06-14 | 46.7 kB | |
| README.md | 2026-06-14 | 940 Bytes | |
| Totals: 3 Items | 90.2 kB | 0 | |
What's Changed
- Upgrade to hackney 4.0, which fixes several CVEs (atom-table exhaustion via URL schemes, HTTP header injection, WebSocket buffer limits and more)
- Response bodies now come straight from hackney; max_body_length is trimmed on our side
- Redirects are now followed inside hackney, so HTTPoison.MaybeRedirect is no longer returned. The struct is kept only for backward compatibility
ssl: [verify: :verify_none]disables certificate verification again- Skip empty chunks when streaming a request body so they don't truncate the request
- Basic auth over plain HTTP now requires the insecure_basic_auth: true option
New Contributors
- @samedit66 made their first contribution in https://github.com/edgurgel/httpoison/pull/507
- @codeadict made their first contribution in https://github.com/edgurgel/httpoison/pull/500
Full Changelog: https://github.com/edgurgel/httpoison/compare/v2.3.0...v3.0.0