| Crates.io | uhttp |
| lib.rs | uhttp |
| version | 0.3.0 |
| created_at | 2024-07-19 01:20:58.939856+00 |
| updated_at | 2025-03-30 12:11:50.57885+00 |
| description | Simple http server for humans |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1308173 |
| size | 28,983 |
A fast, tiny library for writing HTTP servers in Rust designed for humans:
Simple: Inspired by Go's standard library HTTP server.
Fast: High performance, multi-threaded implementation built on top of Tokio that competes with the fastest Rust HTTP servers.
Flexible: Simple interface that enables many use cases. It can be used directly or to act as a base for frameworks to build on top of.
Available on crates.io, install with:
cargo add uhttp