-
## Describe the Issue
Following the typescript example for "additional types" (https://itty.dev/itty-router/typescript):
## Example Router Code
```ts
type CF = [context: ExecutionContext];
…
-
## Describe the Issue
Itty throws a regular expression error when trying to process a then callback after fetch if the then source contains an array like access that uses a string with a colon in i…
-
I succesfully deployed the worker and confirmed it does work with [OpenAI's API reference examples](https://platform.openai.com/docs/api-reference/chat) but running a [fork](https://github.com/chitudo…
-
Running `wrangler dev --port=8000` inside Docker with:
```
/* eslint-disable */
import { Router } from 'itty-router'
const router = Router()
const routes = JSON.parse(ROUTES)
const proxyTo …
-
I am trying to use the Durable Object state as the store, on a CF worker:
```js
import { Ratelimit } from '@upstash/ratelimit'
import { error } from 'itty-router'
import { getClient } from './…
-
## Describe the Issue
When no body is sent with a request that uses the `withContent` middleware, a `500 Internal Server Error` is returned. The expectation is possibly for a `400 Bad Request` inst…
-
## Describe the Issue
Middleware functions are not typchecking properly. See [discord thread](https://discord.com/channels/832353585802903572/832354150884442122/1169317988567101540) for full discus…
-
Hello. I would like to control whether `/docs` and `/redocs` and `/openapi.json` endpoints are enabled or not. I see in the code the check below but it doesn't seem possible to pass `openapiConfig` as…
-
If you try to use with API starter (OpenAPI compliant) with vitest it fails with
```
√ frosty-hat-141c main* ❯ vitest …
-
## The Issue
1. The existing CORS procedure is a bit fiddly (requiring a user to manually register an upstream middleware, and a downstream corsify response-modifier).
2. The existing CORS proce…