-
Hi! just came across this library and I think it's awesome. I've been using Cloudflare workers for a while now and this is what I was using for integrating login through google, github, discord ...etc…
-
Hi there ✋
It's not sure that you know this way already, but I want to tell you. I know how to get multiple query params with `ittry-router`. Inside of the handler, we can get `Request` object. So…
-
### Description
We are using Cloudflare Workers for our applications, which doesn't support node api. This package is allowing to build clean high quality code with less bugs, the benefits are incred…
-
## Describe the Issue
It would be beneficial to have consistent Router types for the request.
Currently, we have the following types for Router and AutoRouter:
```ts
export const Router = <
…
-
the static schema does not match the the request type, and does not have typing on the handle parameters
makes this library really hard to use
it's also not clear how to describe the parameters!…
-
I think `json()` does not return a the correct Response type when passed a string.
This works:
```js
router.get("/test", (request) => {
return json({
hello: world
});
});
```
a…
-
### Which Cloudflare product(s) does this pertain to?
D1
### What version(s) of the tool(s) are you using?
- **`wrangler`** `2.20.1`
- **`drizzle-orm`** `0.29.1`
- **`typescript`** `4.9.5`…
-
Would love to get some TS definitions for the router.
-
Hi @iann838!
The project looks good, but can you compare your project with [chanfana](https://github.com/cloudflare/chanfana)
Thanks!
-
I tested this a couple of weeks ago, so I don't remember if it's an issue. Simply accessing durable from request somehow fails, so you have to use the proxydurable export on environment variable for d…