MCPcopy
hub / github.com/hapijs/hapi / active

Method active

lib/types/request.d.ts:488–488  ·  view source on GitHub ↗

* 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

()

Source from the content-addressed store, hash-verified

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:

Callers 1

request.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected