defmodule XHTTPReq do @moduledoc """ Library that implements the protocols in [xhttp](https://hex.pm/packages/xhttp) for [req](https://hex.pm/packages/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 ``` """ end