Download Latest Version 1.25.0 - 2025-07-24 source code.tar.gz (110.5 kB)
Email in envelope

Get an email when there's a new version of hackney

Home / 1.25.0
Name Modified Size InfoDownloads / Week
Parent folder
1.25.0 - 2025-07-24 source code.tar.gz 2025-07-24 110.5 kB
1.25.0 - 2025-07-24 source code.zip 2025-07-24 145.9 kB
README.md 2025-07-24 505 Bytes
Totals: 3 Items   256.9 kB 2

IMPORTANT CHANGE

  • change: insecure_basic_auth now defaults to true instead of false

This restores backward compatibility with pre-1.24.0 behavior where basic auth was allowed over HTTP connections. If you need strict HTTPS-only basic auth:

  • Set globally: application:set_env(hackney, insecure_basic_auth, false)
  • Or per-request: {insecure_basic_auth, false} in options

Hex.pm : https://hex.pm/packages/hackney/1.25.0 Doc: https://hexdocs.pm/hackney/readme.html

Source: README.md, updated 2025-07-24