Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 672 Bytes

File metadata and controls

25 lines (18 loc) · 672 Bytes

XHTTPReq

hex.pm version Build 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