XHTTP is a library that defines the Response and
ResponseDocument protocols.
For an implementation on top of Req see xhttp_req
Documentation can be found on HexDocs
The package can be installed via Hex
by adding xhttp to your list of dependencies in mix.exs:
def deps do
[
{:xhttp, "~> 0.1.0"}
]
endLicense: MIT