| 0.2.0 |
|
|---|---|
| 0.1.0 |
|
#6 in #verb
12KB
96 lines
crurl
Simplified http client, made with Rust!
crurl 0.2.0
Simplified http client
USAGE:
crurl [FLAGS] [OPTIONS] <url>
FLAGS:
--help Prints help information
-h, --headers-only Response headers only
--post Request with POST verb
--put Request with PUT verb
-s, --show-request Display the request
-V, --version Prints version information
OPTIONS:
-B, --body <body> Set request body
-H, --headers <headers>... Set request headers. Ex: "Accept=*/*"
ARGS:
<url> The target url to request
Installation
Just via cargo for now...
Cargo
Get rustup installed locally and then run cargo install crurl, which will download the binary package from crates.io ready to use
Dependencies
~8–19MB
~289K SLoC