const app = new Elysia({ serve: { idleTimeout: 60, }, }) .all("/healthz", healthz) .use(elysiaLogger("api")) .use(errorHandler()) .use(isAxiomEnabled ...
I realize this is pie in the sky request. I have long wanted to be able to send header-like data in socket requests. When using REST, we have three places to transfer data with each request: body (aka ...