| Crates.io | tosic-http |
| lib.rs | tosic-http |
| version | 0.0.3 |
| created_at | 2024-11-13 10:58:21.203816+00 |
| updated_at | 2024-11-27 13:31:34.880498+00 |
| description | A basic but powerful HTTP server implementation based on `actix-web` |
| homepage | https://github.com/retrokiller543/tosic-http |
| repository | https://github.com/retrokiller543/tosic-http |
| max_upload_size | |
| id | 1446379 |
| size | 185,473 |
A powerful and simple HTTP server implementation that relies on tower to handle middleware. The main inspiration for this crate is actix-web and also made to learn more about creating robust and developer friendly code in Rust.
nightly version of Rust since it relies on some experimental features. I'm currently working on removing this requirement, but I can't guarantee that it will be doneSee examples folder for a few examples that were used during development of this crate. If there are any questions that are not answered in the examples or on the documentation page, feel free to submit an issue to GitHub.
To install this crate run
cargo add tosic-http
or add it to you Cargo.toml
[dependencies]
tosic-http = "0.0.*"