High-performance reverse proxy running on the Edge Runtime
| Pattern | Target Template |
|---|---|
| /api/v1/echo/:path* | β/anything/{{path}} |
| /api/v1/get | β/get{{query}} |
| /api/v1/json | β/json |
| /api/v1/uuid | β/uuid |
| /api/v1/headers | β/headers |
| /api/v1/status/:code | β/status/{{code}} |
| /api/v1/delay/:seconds | β/delay/{{seconds}} |
| /tenants/:tenantId/:rest* | β/anything/{{rest}} |