0.2.0 Jun 14, 2022
0.1.0 Oct 10, 2019

#5 in #verb

MIT license

12KB
96 lines

crates.io

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–22MB
~318K SLoC