Current section
Files
Jump to
Current section
Files
README.md
# XHTTPReq
[](https://hex.pm/packages/xhttp_req)
[](https://travis-ci.org/mpotra/xhttp_req)
`XHTTPReq` is an implementation of the protocols in [xhttp](https://hex.pm/packages/xhttp)
for [req](https://hex.pm/packages/req)
Documentation can be found on [HexDocs](https://hexdocs.pm/xhttp_req)
## Installation
The package can be installed via [Hex](https://hex.pm)
by adding `xhttp_req` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:xhttp_req, "~> 0.1.0"}
]
end
```
License: MIT