A function that handles an HTTP request using the WinterTC fetch signature.
Receives a standard Web API Request and returns a Response, either
synchronously or as a promise. This is the universal handler signature
used by WinterTC-compatible runtimes (Node.js, Bun, Deno, Cloudflare
Workers, etc.).
A function that handles an HTTP request using the WinterTC fetch signature.
Receives a standard Web API
Requestand returns aResponse, either synchronously or as a promise. This is the universal handler signature used by WinterTC-compatible runtimes (Node.js, Bun, Deno, Cloudflare Workers, etc.).IMPORT_PATH:
"@daiso-tech/core/http-router/contracts"