Deboa, a featured HTTP client in Rust

2 rogerara 1 8/25/2025, 1:25:12 PM github.com ↗

Comments (1)

rogerara · 9h ago
deboa is a http client for rust, it not only support tokio, but also smol and compio as async runtimes.

Some of his features includes:

* json support * xml support * middleware * bora, a macro for client generation * https and http1 support, http2 in progress * helpers to setup auth * retries * timeout handling

I invite you to suggest features, give feedback, and let your start to encourage our development efforts!

Thanks!