Kantan
a simple way to make requests to a server
[](https://crates.io/crates/kantan)
[](https://docs.rs/kantan)
Kantan is for making requests to servers. Lots of libraries exist for that.
Why use this?
- Comes with batteries included. No need to setup Hyper + Serde + Bytes + etc (again).
- Can automatically save cookies and such from responses -- useful for logging in, and then making a followup request.
- Can be setup to use headers, query urls, cookies, across multiple requests ahead of time.
This is still an early work in progress.