Skip to content

Instantly share code, notes, and snippets.

View etnt's full-sized avatar

Torbjörn Törnkvist etnt

  • -
  • Stockholm, Sweden
View GitHub Profile

Using :httpc securely

Introduction

There are many HTTP clients in the Erlang and Elixir ecosystem, in fact OTP itself comes with one included - :httpc.

This raises the question which client to use and whether :httpc is good enough if all you need is a simple request here and there. This notebook explores relevant security concerns and highlights how to address them when using :httpc.