multiple handler routing / "Next" responder
オープン
A-web
C-feature
- 主要言語
- Rust
- スター
- 24.8k
- フォーク
- 1.9k
- 平均マージ
- 23時間 10分
- マージ済み PR(30日)
- 26
説明
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
}
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。