Octane
Octane copied to clipboard
A web server modeled after express in Rust.
Remapping project structure in the following way (suggestions always welcome) ``` octane_http1x octane_http2 octane_http3 octane_multipart octane_router ... ``` Basically, sub crates for each component, that way it's easy to hide...
**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** feature flags for e.g. ssl, tls, http2 etc. **Describe alternatives you've considered** - **Describe...
Would love it if anyone is up for contributing to the project, we are running short of contributors
Allow octane to integrate with existing template engines like Tera
Allow/enable gzip compression/decompression
Create a private reader.rs that handles the parsing and can be called
Fully Upgrade to tokio 0.3 - [ ] Keep alive - [ ] Run integration tests (wait for reqwest to upgrade to 0.3)