-
### Which Cloudflare product(s) does this pertain to?
Uncertain
### What version(s) of the tool(s) are you using?
Wrangler 3.22.4
### What version of Node are you using?
v20.10.0
###…
-
Build steps for dev servers don't have to be a thing anymore. With native modules and relative path module specifiers, we could just run the code in the browser as-is.
```js
import CognitoIdentity…
-
## Describe the Issue
As far as I can tell passing custom headers to `json()` doesn't work. Is this expected or a bug?
## Example Router Code
```ts
const headers = new Headers();
…
dom96 updated
8 months ago
-
Hi,
I couldn't find any migration guide from 2.x to 3.x
- GitHub releases are stuck at 2.4.0; I was looking for something like [this](https://github.com/kwhitley/itty-router/releases/tag/v2.1.9)
- …
-
# Next with itty-router
I'm currently exploring the possibility of integrating itty router into a Next.js project. My main concern revolves around the fact that Next.js comes with its own built-in ro…
-
# Next with itty-router-openapi
I'm currently exploring the possibility of integrating itty router openapi into a Next.js project. My main concern revolves around the fact that Next.js comes with its…
-
**Is your feature request related to a problem? Please describe.**
Android/iOS 開發者有 OpenAPI 文件在開發上會比較順暢
**Describe the solution you'd like**
透過 [itty-router-openapi](https://github.com/cloudf…
-
There is a type error when using ordinary itty-router middleware together with an OpenAPIRoute class instance:
```
import { withParams } from 'itty-router';
...
router.get('/devices/:id/alarms',…
-
Hello there,
I am trying to use your repo to run Partytown on Shopify but I am getting some issues mainly because it is my first time with Shopify and App.
I am missing how can I install the custom …
lezan updated
8 months ago
-
### What version of Hono are you using?
3.7.3
### What runtime/platform is your app running on?
Cloudflare Workers
### What steps can reproduce the bug?
The following code doesn't work …