• Dmitry Rubinstein
  • 06 April 2018
  • Comments

Elixir: Do you have HTTP requests? You are doing them wrong!

The process of making HTTP requests in Elixir seems to be obvious for every developer: one should take HTTPoison (3,5M downloads from Hex.pm), and do whatever he wants! But… Have you ever thought about alternatives? If not - follow this article, and get the answer to the question:

How to make HTTP request?