HTTP Client for Rust
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore Add minimal working version May 12, 2017
.travis.yml Add a travis.yml file for tests May 29, 2017
CHANGELOG.md Release 0.2.0 Mar 16, 2018
Cargo.lock Upgrade dependencies Nov 1, 2018
Cargo.toml Upgrade dependencies Nov 1, 2018
LICENSE Add documentation May 18, 2017
README.md Release 0.1.4 Jan 30, 2018

README.md

cabot

Build Status Current Crates.io Version Latests Documentation

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

License

BSD 3-Clause License

Known Alternatives