View Source XHTTPReq (XHTTPReq v0.1.1)
Library that implements the protocols in xhttp for req
Installation
The package can be installed via Hex
by adding xhttp_req
to your list of dependencies in mix.exs
:
def deps do
[
{:xhttp_req, "~> 0.1.0"}
]
end