IHttpAdapter.fetch(request: Request): Response | Promise<Response>
The universal web-standard entry point. Accepts a web Request and
returns a web Response. May be called without listen (e.g. Cloudflare
Workers where export default { fetch: app.fetch } is the deploy path).
request: Request
A web-standard Request