Current section
Files
Jump to
Current section
Files
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).
## License
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)