httpbox 0.1.0

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

pub mod core;
pub mod cli;