rustlavel-client 0.7.4

Rustlavel outbound HTTP client, written on Tokio with TLS from rustls
Documentation

rustlavel-client

Rustlavel outbound HTTP client, written on Tokio with TLS from rustls.

Part of Rustlavel, a full-stack web framework for Rust written from scratch — no Axum, no hyper, no SeaORM. Tokio is the only large dependency.

Using it

Enable it through the meta-crate rather than depending on this one directly, so the versions stay in step:

[dependencies]
rustlavel = { version = "0.7", features = ["client"] }

Documentation

Licence

MIT.