README.md

# Hafnium

[![ci](https://github.com/clszzyh/hafnium/workflows/ci/badge.svg)](https://github.com/clszzyh/hafnium/actions)
[![Coveralls github](https://img.shields.io/coveralls/github/clszzyh/hafnium)](https://coveralls.io/github/clszzyh/hafnium)
[![Hex.pm](https://img.shields.io/hexpm/v/hafnium)](http://hex.pm/packages/hafnium)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/clszzyh/hafnium)](https://github.com/clszzyh/hafnium/tags)
[![Hex.pm](https://img.shields.io/hexpm/dt/hafnium)](http://hex.pm/packages/hafnium)
[![GitHub last commit](https://img.shields.io/github/last-commit/clszzyh/hafnium)](https://github.com/clszzyh/hafnium/commits/master)
[![Documentation](https://img.shields.io/badge/hexdocs-latest-blue.svg)](https://hexdocs.pm/hafnium/readme.html)


<!-- MDOC -->

Dynamic http request library, inspired by Tesla.

<!-- MDOC -->

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hafnium` to your list of dependencies in `mix.exs`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/hafnium](https://hexdocs.pm/hafnium).