README.md

# HTTPill

HTTP requests for sick people!

## Installation

The package can be installed by adding `httpill` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
  [
    {:httpill, "~> 0.1.0"},
  ]
end
```

## Usage

Check our [online docs](https://hexdocs.pm/httpill)!.