Crates.io | http-app |
lib.rs | http-app |
version | |
source | src |
created_at | 2024-10-25 17:10:20.919611+00 |
updated_at | 2025-05-07 18:54:03.230076+00 |
description | Wrapper around hyper to help with making a http server |
homepage | |
repository | https://github.com/Developed-Methods/http-app |
max_upload_size | |
id | 1422741 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.