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.
OutgoingResponse
The options to create the response.
An outgoing response instance.
Default response resolver function.
This function resolves the response for the application, using the options provided. By default, it creates an
OutgoingResponseinstance with the provided options.