14 releases

0.7.1 Feb 2, 2021
0.6.0 Feb 28, 2020
0.4.0 Dec 5, 2019
0.3.0 Jul 11, 2019
0.1.3 Jun 9, 2017

#356 in HTTP client

Download history 30/week @ 2024-02-18 16/week @ 2024-02-25 2/week @ 2024-03-03 17/week @ 2024-03-10 183/week @ 2024-03-31

200 downloads per month
Used in 3 crates (2 directly)

BSD-3-Clause

89KB
2K SLoC

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.

Usge:

cabot URL

Use -h for more options.

License

BSD 3-Clause License

Known Alternatives

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

  • surf - use async std too
  • reqwest - the most used one
  • ureq - a minimal http client
  • curl - bindings of libcurl

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.

Dependencies

~15–28MB
~542K SLoC