Packages

Elixir protocols for HTTP requests and responses

Current section

Files

Jump to
xhttp README.md
Raw

README.md

# XHTTP
[![hex.pm version](https://img.shields.io/hexpm/v/xhttp)](https://hex.pm/packages/xhttp)
[![Build Status](https://img.shields.io/github/actions/workflow/status/mpotra/xhttp/elixir.yml
)](https://travis-ci.org/mpotra/xhttp)
`XHTTP` is a library that defines the [Response](lib/response.ex) and
[ResponseDocument](lib/response_document.ex) protocols.
For an implementation on top of [Req](https://hex.pm/packages/req)
see [xhttp_req](https://hex.pm/packages/xhttp_req)
Documentation can be found on [HexDocs](https://hexdocs.pm/xhttp)
## Installation
The package can be installed via [Hex](https://hex.pm)
by adding `xhttp` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:xhttp, "~> 0.1.0"}
]
end
```
License: MIT