getResponse method
Returns the underlying dart:io HttpResponse instance.
Allows direct access for advanced operations that are not exposed through the JetLeaf ServerHttpResponse abstraction.
Implementation
io.HttpResponse getResponse() => _response;