async_tiny 0.4.0

A minimal async HTTP server with a tiny_http-like feel, built on Hyper 1.x
Documentation
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: Pjdur

---

**Describe the bug**
A clear and concise description of the issue you're encountering with `async_tiny`.

**To Reproduce**
Steps to reproduce the behavior:
1. Describe the setup or code snippet
2. Explain how you run the server
3. Show the request or interaction that triggers the bug
4. Describe the unexpected result

**Expected behavior**
What did you expect to happen instead?

**Code snippet**
If possible, include a minimal reproducible example:

```rust
// Your code here
```

**Environment**
Please complete the following:
- OS: [e.g. Windows 11, Ubuntu 22.04]
- Rust version: [e.g. 1.75.0]
- async_tiny version: [e.g. 0.1.0]
- Tokio version (if relevant): [e.g. 1.35]

**Logs or error messages**
Paste any relevant logs, stack traces, or panic messages.

**Additional context**
Add any other context that might help understand the issue.