XHTTPReq is an implementation of the protocols in xhttp
for req
Documentation can be found on HexDocs
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"}
]
endLicense: MIT