What HTTP client library to start with as a Elixir beginner?

It is strange that nobody mentioned HttpPoison. It is one of the oldest and most reliable libraries out there. It has full flexibility, starting from doing standard requests, to custom client implementation by using callbacks provided by the library.