Create a BrowserResponseMiddleware.
Options for creating the BrowserResponseMiddleware.
Handles the outgoing response, processes it, and invokes the next middleware in the pipeline.
The adapter context containing the raw event, execution context, and other data.
The next middleware to be invoked in the pipeline.
A promise resolving to the processed context.
Adapter Middleware for handling outgoing responses and rendering them in the browser.