Crates.io | http-app |
lib.rs | http-app |
version | 0.1.1 |
source | src |
created_at | 2024-10-25 17:10:20.919611 |
updated_at | 2024-10-25 18:42:18.354976 |
description | Wrapper around hyper to help with making a http server |
homepage | |
repository | |
max_upload_size | |
id | 1422741 |
size | 27,403 |
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.