Aleksandar Popovic

Public repo

easy_http

An Elixir repository for making HTTP-oriented work easier to express and reuse.

Elixir View library

easy_http is an Elixir repository around HTTP work. The name points at a simple goal: make request/response code easier to use from the parts of the system that actually care about the result.

Small HTTP helpers are useful because external services create repetition fast: headers, payloads, response handling, failures, and retries. Pulling that shape into a reusable place keeps application code quieter.