Current section
Files
Jump to
Current section
Files
README.md
# XHTTP
[](https://hex.pm/packages/xhttp)
[](https://travis-ci.org/mpotra/xhttp)
`XHTTP` is a library that defines the [Response](lib/response.ex) and
[ResponseDocument](lib/response_document.ex) protocols.
For an implementation on top of [Req](https://hex.pm/packages/req)
see [xhttp_req](https://hex.pm/packages/xhttp_req)
Documentation can be found on [HexDocs](https://hexdocs.pm/xhttp)
## Installation
The package can be installed via [Hex](https://hex.pm)
by adding `xhttp` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:xhttp, "~> 0.1.0"}
]
end
```
License: MIT