maestro-http 0.1.0

Maestro HTTP - simple async PHP-style HTTP client in Rust
Documentation
# 🚀 Maestro HTTP

Simple async HTTP client with PHP-style API written in Rust.

Fast, minimal, and easy to use — like PHP Guzzle, but powered by Rust ⚡

---

## 📦 Features

- ⚡ Async / Await support (Tokio)
- 🌐 Simple GET / POST API
- 📦 JSON support
- 🔧 Chainable builder style
- 🧠 PHP-style syntax (`get`, `post`)

---

## 📥 Installation

Add to your `Cargo.toml`:

```toml
maestro-http = "0.1.0"