README.md

# HTTPSpec

[![CI](https://github.com/cozy-elixir/http_spec/actions/workflows/ci.yml/badge.svg)](https://github.com/cozy-elixir/http_spec/actions/workflows/ci.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/http_spec.svg)](https://hex.pm/packages/http_spec)

Provides implementation-independent HTTP-related structs.

## Installation

Add `:http_spec` to the list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:http_spec, <requirement>}
  ]
end
```

## Usage

For more information, see the [documentation](https://hexdocs.pm/http_spec).

## Thanks

- [wojtekmach/req](https://github.com/wojtekmach/req)
- [inets/httpc from Erlang](https://www.erlang.org/doc/apps/inets/httpc)

## License

[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)