Rocket icon indicating copy to clipboard operation
Rocket copied to clipboard

A web framework for Rust.

Results 144 Rocket issues
Sort by recently updated
recently updated
newest added

Implements pluggable routing, based on #2790. There are still a number of open questions, and this isn't a final implementation. # TODO: - [ ] Trait finalization - [ ]...

### Rocket Version 0.5.1 ### Operating System Linux ### Rust Toolchain Version rustc 1.79.0-nightly (0d8b3346a 2024-04-14) ### What happened? Create a form and derive FromForm with a field `Option` where...

triage

### What's missing? In a few more words than the title: Routing based on the `Host` header. For example, in my use case I want to provide `example.com` and `staff.example.com`...

request

Added `Accept-Encoding` and `Content-Encoding` headers.