* Returns `true` when the request is active and processing should continue and `false` when the * request terminated early or completed its lifecycle. Useful when request processing is a * resource-intensive operation and should be terminated early if the request is no longer active
()
| 486 | * (e.g. client disconnected or aborted early). |
| 487 | */ |
| 488 | active(): boolean; |
| 489 | |
| 490 | /** |
| 491 | * Returns a response which you can pass into the reply interface where: |