GitHunt
MU

murilobauerc/to-do-app-elixir

A todo app created used as POC for usage of different flavors of http's client: HTTPoison, HTTPotion and Tesla

To-do App

A todo app created used as POC for usage of different flavors of http's client: HTTPoison, HTTPotion and Tesla

  • HTTPoison - the most popular HTTP client on hex.pm, powered by hackney
  • HTTPotion - powered by ibrowse
  • Tesla - The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.

Installation

If available in Hex, the package can be installed
by adding http_client to your list of dependencies in mix.exs:

def deps do
  [
    {:http_client, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/http_client.

Languages

Elixir100.0%

Contributors

Created January 22, 2022
Updated February 20, 2022