Crates.io | httpbox |
lib.rs | httpbox |
version | 0.1.0 |
source | src |
created_at | 2018-04-02 18:04:14.873936 |
updated_at | 2018-04-02 18:04:14.873936 |
description | A command line HTTP client that aims to be as feature rich as your shell scripting skills can handle |
homepage | https://github.com/detro/httpbox |
repository | https://github.com/detro/httpbox.git |
max_upload_size | |
id | 58682 |
size | 28,889 |
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. :)
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.
There is nothing special in how to compile httpbox
compared to any other Rust binary:
git clone git@github.com:detro/httpbox.git
cd httpbox
cargo build
or cargo build --release
(for the release artifact, duh!)target/(debug|release)/httpbox