multiple handler routing / "Next" responder
Aperta
A-web
C-feature
- Lingua principale
- Rust
- Stelle
- 24.8k
- Fork
- 1.9k
- Merge medio
- 23h 10m
- PR unite (30g)
- 26
Descrizione
It's there a way to pass a request to the next handler?
Something like
```rust
async fn handler() -> impl Responder {
if some_condition() {
Response::Ok()
} else {
Next
}
}
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.