kantan

Crates.iokantan
lib.rskantan
version0.1.0
sourcesrc
created_at2023-05-04 00:11:06.267818
updated_at2023-05-04 00:11:06.267818
descriptionFor simple no-nonsense requests using Rust
homepage
repositoryhttps://github.com/JosephLenton/kantan
max_upload_size
id856091
size46,506
Joseph Lenton (JosephLenton)

documentation

https://docs.rs/kantan/latest/kantan

README

Kantan
a simple way to make requests to a server

crate docs

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.

Commit count: 7

cargo fmt