uhttp

Crates.iouhttp
lib.rsuhttp
version0.3.0
created_at2024-07-19 01:20:58.939856+00
updated_at2025-03-30 12:11:50.57885+00
descriptionSimple http server for humans
homepage
repository
max_upload_size
id1308173
size28,983
David Alsh (alshdavid)

documentation

README

ยตHTTP ๐Ÿฆ€๐Ÿš€๐ŸŒŽ

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.

Installation

Available on crates.io, install with:

cargo add uhttp
Commit count: 0

cargo fmt