hackney icon indicating copy to clipboard operation
hackney copied to clipboard

simple HTTP client in Erlang

Results 135 hackney issues
Sort by recently updated
recently updated
newest added

Folks, why not always rely on system hostname resolver? Do I miss some specific usage scenario which requires usage of `inet_res`? I believe that https://github.com/benoitc/hackney/blob/436f7b279771100097f967b86d96c55a79c8cc14/src/hackney_happy.erl#L126 could be simplified to just...

Hi, is there a way for an end user to globally add a ca certificate (without editing the code of an application)? I don't know erlang / elixr but I...

# Description The `insecure` option is listed among the _Others_ options according to the `request/5` [documentation](https://hexdocs.pm/hackney/hackney.html#request/5) and isn't part of to the `ssl_options`. When no `ssl_options` is provided as a...

#717, released in 1.24.0, releases/skips the body when a custom pool is used and a redirect (30X) response is received. However, in this case it still returns `{ok, Status, Headers,...

Setting the no-proxy environment variable causes the following crash: `2025-09-03|18:40:18.515|E||0103|** (FunctionClauseError) no function clause matching in :hackney.test_host_cidr/2 (hackney 1.23.0) /opt/xxx/deps/hackney/src/hackney.erl:789: :hackney.test_host_cidr([{10, 4, 8, 42}], {{10, 4, 8, 41}, {10, 4,...