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
7
8
9
10
11
12
#
# *** Based upon: https://github.com/github/gitignore/blob/master/Rust.gitignore ***
#

# Contains artifacts (compiled files and executables)
/target/

# These are backup files generated by rustfmt
**/*.rs.bk

# IntelliJ artifacts
.idea/