httpbox 0.1.0

A command line HTTP client that aims to be as feature rich as your shell scripting skills can handle
Documentation
#[macro_use] extern crate clap;
#[macro_use] extern crate log;
extern crate reqwest;

pub mod core;
pub mod cli;