http-server
http-server copied to clipboard
Simple and configurable command-line HTTP server
It would be nice to have a `HttpServer.toml` we could use to spin up server. When running the server as: ```bash http-server --config ./HttpServer.toml ``` The Configuration would be read...
We need tracing to produce logs for debugging and monitoring. Tracing is a library we can use given that is developed by Tokio, the same organization behind Axum.
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.4.0 to 1.5.0. Commits be7c1c4 point readme version to 1.5.0 8971a27 update readme build badge 15691ec Modernize lazy-static infra (#219) 2660041 Merge pull request #206 from TheBotlyNoob/master...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.80. Release notes Sourced from async-trait's releases. 0.1.80 Fix unreachable code warning for async functions that return ! (#265, thanks @de-vri-es) 0.1.79 Clean up some...
Integration PR containing progress for the version 1.0.0 of the HTTP Server. - Migrates Hyper to v1 - Uses Tower Middleware instead of in-house middleware - Introduces a extensible architecture...
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.82. Release notes Sourced from async-trait's releases. 0.1.82 Prevent elided_named_lifetimes lint being produced in generated code (#276) 0.1.81 Turn off unneeded features of syn dependency...