just to add as a helper to debug these calls: :hackney_trace.enable(:max, :io)
logs your requests to STDOUT on the REPL/console (it shows the enabled cipers for example).
4 Likes
just to add as a helper to debug these calls: :hackney_trace.enable(:max, :io)
logs your requests to STDOUT on the REPL/console (it shows the enabled cipers for example).