-
Hi @iann838!
The project looks good, but can you compare your project with [chanfana](https://github.com/cloudflare/chanfana)
Thanks!
-
Is there a way to use the oneOf attribute on the response specification?
Like this:
```
export class PreviewLink extends OpenAPIRoute {
static schema: OpenAPIRouteSchema = {
tags: ["Lin…
-
### Details
I want to create basic HTTP server with Node.js. I also want to declare request handler based on Fetch API like this:
```js
import { serve } from 'node:http/nonexistent';
async f…
-
When a request goes through the router for which there is no route defined, a very cryptic message is thrown. We should at least provide some sort of default handling of an unrecognized request.
-
Great module... I have spent a good bit of time trying to figure out how to pass params and request object into methods of the Durable Object?
Any help would be great.
Thanks.
-
When using the following:
```js
const SignUpResponse = {
message: "User Added!"
}
export class SignUp extends OpenAPIRoute {
static schema = {
tags: ["Users"],
summ…
-
The Helicone worker server throws the following error in completion:
POST /v1/chat/completions 500 Internal Server Error (104241.23ms)
at ServiceWorkerGlobalScope.[kDispatchFetch] (/worker/helicon…
-
### Describe the bug
To improve the performance of the website and to reduce the impact of third party scripts i'm using partytown service worker to offload the GTM scripts from the main thread.
A…
-
Hello to all contributors!
I'm thinking about using ts-rest with [hono](https://hono.dev/), a "small, simple, and ultrafast web framework for the Edge".
While searching a bit I came across [ts-r…
-
Hi,
The list of handlers is becoming long.
I suggest an enhancement that handlers will not (necessarily) be part of this core repo.
Instead, anyone can create a repo called `cloudworker-proxy-han…