Crates.io | crurl |
lib.rs | crurl |
version | 0.2.0 |
source | src |
created_at | 2019-10-10 21:16:03.504797 |
updated_at | 2022-06-14 11:52:22.699944 |
description | Simplified http client |
homepage | https://github.com/mangelarilla/crurl |
repository | https://github.com/mangelarilla/crurl |
max_upload_size | |
id | 171541 |
size | 36,412 |
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
Just via cargo for now...
Get rustup installed locally and then run cargo install crurl
, which will download the binary package from crates.io ready to use