Returned by an endpoint implementation that has taken full control of the response (e.g. SSE streaming via response.hijack()). When the framework receives this, it skips response validation, the post-hook, and the final response.send().
response.hijack()
response.send()
@rest-vir/implement-service
Optional
The response has been fully handled by the endpoint implementation.
Returned by an endpoint implementation that has taken full control of the response (e.g. SSE streaming via
response.hijack()). When the framework receives this, it skips response validation, the post-hook, and the finalresponse.send().Package
@rest-vir/implement-service