http-app

Crates.iohttp-app
lib.rshttp-app
version0.2.1
created_at2024-10-25 17:10:20.919611+00
updated_at2025-05-07 18:54:03.230076+00
descriptionWrapper around hyper to help with making a http server
homepage
repositoryhttps://github.com/Developed-Methods/http-app
max_upload_size
id1422741
size44,751
Patrick Lorio (loriopatrick)

documentation

README

http-app

Why does this exist?

For many of my http servers I was directly using hyper to keep things simple. Then hyper changed its API and made upgrading a pain. This is simple wrapper around hyper to make it easy to create a simple HTTP server which will hopefully have a more stable API while hyper and other libs continue to experiment.

Commit count: 12

cargo fmt