Function: defaultResponseResolver()
Function: defaultResponseResolver()
function defaultResponseResolver(options): OutgoingResponse;
Default response resolver function.
This function resolves the response for the application, using the options provided. By default, it creates an OutgoingResponse
instance with the provided options.
Parameters
options
The options to create the response.
Returns
An outgoing response instance.