Simple async HTTP client with PHP-style API written in Rust.
Fast, minimal, and easy to use — like PHP Guzzle, but powered by Rust ⚡
- ⚡ Async / Await support (Tokio)
- 🌐 Simple GET / POST API
- 📦 JSON support
- 🔧 Chainable builder style
- 🧠 PHP-style syntax (
get,post)
Add to your Cargo.toml:
maestro-http = "0.1.0"