README.md
# HTTPSpec
[](https://github.com/cozy-elixir/http_spec/actions/workflows/ci.yml)
[](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)