cabot 0.6.0

Simple HTTP Client.
Documentation

cabot

Build Status Current Crates.io Version dependency status Latests Documentation

cabot is a learning rust project made on my free time,without the pretention to be production used.

Cabot is a simple Rust library to perform HTTP call.

Take a look at the documentation for usage.

Unlike known alternatives, cabot does not rely on OpenSSL to perform https, but use rustls instead.

Cabot is also a command line tool ala curl: cabot <url>

Use -h for more options

Features

There is no default features set.

  • pretty_log: add pretty_env_logger dependency.

If set, pretty_env_logger is initalize for the CLI command, it has no effect as using cabot as a library.

Usage:

RUST_LOG=cabot cargo run --features=pretty_log  -- <url>

License

BSD 3-Clause License

Known Alternatives

There are many projects that should be used instead of mine.

See also a smoke tested lists of http client in rust for more choice.

What this name ?

A cabot is not a certificate authority bot, it is a french word for a dog, a mutt actually. You throw the ball, he do the rest.