Represents a callback function to handle HTTP requests in a web server context.
The context object representing the incoming HTTP request.
A Response object or a Promise that resolves to a Response.
Response
Promise
Represents a callback function to handle HTTP requests in a web server context.