Intro
HttpRouter implements the WinterTC fetch standard, exposing a fetch(request: Request): Response | Promise<Response> method. This makes it compatible with any framework, runtime, or platform adapter that accepts a standard fetch handler.
Frameworks
JavaScript Runtimes
Edge Platforms
Serverless Platforms
- Supabase Functions
- AWS Lambda
- AWS Lambda@Edge
- Azure Functions
- Google Cloud Run
- Alibaba Cloud Function Compute
Further information
- Hono documentation — Primary reference for runtime adapters and integration patterns.
HttpRouterAPI docs- WinterTC fetch standard