Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 756 Bytes

XHTTP

hex.pm version Build Status

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

Installation

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"}
  ]
end

License: MIT