Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 940 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 940 Bytes

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.