honojs-middleware/packages/trpc-server/src
Gaubee ee83665c5e
feat: Use honoReq's bodyCache to provide a body function for trpc's req (#850)
Some middleware (in createContext) may need to read the body. If the raw request instance is provided directly, the body will be consumed prematurely, blocking the development of middleware.
2024-12-02 10:08:18 +09:00
..
index.ts feat: Use honoReq's bodyCache to provide a body function for trpc's req (#850) 2024-12-02 10:08:18 +09:00