cabot 0.1.2

Simple HTTP Client.
Documentation

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