README.md
# XHTTPReq
[![hex.pm version](https://img.shields.io/hexpm/v/xhttp_req)](https://hex.pm/packages/xhttp_req)
[![Build Status](https://img.shields.io/github/actions/workflow/status/mpotra/xhttp_req/elixir.yml
)](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