XHTTPReq

hex.pm versionBuild Status

XHTTPReq is an implementation of the protocols in xhttp for req

Documentation can be found on HexDocs

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

License: MIT