#web-server #server #hyper #http-app

http-app

Wrapper around hyper to help with making a http server

10 releases

new 0.2.1 May 7, 2025
0.2.0 May 7, 2025
0.1.6 May 6, 2025
0.1.1 Oct 25, 2024
0.0.1 Oct 25, 2024

#497 in HTTP server

Download history 1/week @ 2025-01-31 1/week @ 2025-02-07 444/week @ 2025-05-02

444 downloads per month

MIT license

15KB
271 lines

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.

Dependencies

~4–14MB
~178K SLoC