httpbox

Build Status License

httpbox is a Command line HTTP client that aims to be as feature rich as your shell scripting skills can handle.

WARNING: This is me, finally finding the time to learn a bit of Rust and Rust-best-practices. If I'm doing anything wrong, please make sure you yell at me... gently. :)

Releases

In addition to be able to compile it yourself (see "How to build" section below), releases are also provided for:

Just check out /releases for the latest binaries.

TODO features list

How to build

There is nothing special in how to compile httpbox compared to any other Rust binary:

  1. Install rustup
  2. git clone git@github.com:detro/httpbox.git
  3. cd httpbox
  4. cargo build or cargo build --release (for the release artifact, duh!)
  5. Binary will be in target/(debug|release)/httpbox

License

Apache License 2.0 (official page)