Raxx: Streaming HTTP interface for Elixir
Features
- Specification of HTTP streaming interface.
- A simple and powerful library for building HTTP clients and web applications.
Community
Contributing
Please do. Reach out in the slack channel to ask questions.
Testing
To work with Raxx locally Elixir 1.4 or greater must be installed.
git clone git@github.com:CrowdHailer/raxx.git
cd raxx
mix deps.get
mix test