Resolve the kernel's responses into browser responses.
The same response class the browser uses: a native application has no status line to
write, but the kernel still needs a response type, and reusing this one is what lets a
page's handle() return the same thing on both platforms.
Parameters
context: BlueprintContext<IBlueprint,ClassType>
The configuration context containing modules and blueprint.
Resolve the kernel's responses into browser responses.
The same response class the browser uses: a native application has no status line to write, but the kernel still needs a response type, and reusing this one is what lets a page's
handle()return the same thing on both platforms.