Reference

createEdgeRequestHandler

Wraps a Web `Request` renderer with edge-runtime logging and error handling. Use this for environments that already provide standard `Request` and `Response` objects and do not need Node or Cloudflare-specific adapters.

Signature

function createEdgeRequestHandler(options: EdgeRequestHandlerOptions): EdgeRequestHandler