Octane icon indicating copy to clipboard operation
Octane copied to clipboard

A web server modeled after express in Rust.

Results 8 Octane issues
Sort by recently updated
recently updated
newest added

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...

T-enhancement
ST-help wanted
DT-is-easy

**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...

T-enhancement
DT-is-intermediate

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

T-enhancement
DT-is-intermediate

Allow/enable gzip compression/decompression

T-enhancement
ST-help wanted
DT-is-intermediate

Create a private reader.rs that handles the parsing and can be called

T-enhancement
ST-help wanted
DT-is-intermediate

Finish http2 parsing

T-enhancement
DT-is-hard

Fully Upgrade to tokio 0.3 - [ ] Keep alive - [ ] Run integration tests (wait for reqwest to upgrade to 0.3)

T-enhancement
ST-being-worked-on