crurl

Crates.iocrurl
lib.rscrurl
version0.2.0
sourcesrc
created_at2019-10-10 21:16:03.504797
updated_at2022-06-14 11:52:22.699944
descriptionSimplified http client
homepagehttps://github.com/mangelarilla/crurl
repositoryhttps://github.com/mangelarilla/crurl
max_upload_size
id171541
size36,412
Miguel A. Arilla (mangelarilla)

documentation

README

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

Commit count: 15

cargo fmt