TtRPC
Search Answer OverflowLogin
T
tRPC

Are GET and POST the only HTTP verbs supported?

Are GET and POST the only HTTP verbs supported?

Hhuperniketes
View on Discord
7/8/2023
I’d like to add a procedure to handle HTTP PUT.
Hhuperniketes
View on Discord
7/14/2023
.

Looking for more? Join the community!

T
tRPC

Are GET and POST the only HTTP verbs supported?

Join Server
T
tRPC

Are GET and POST the only HTTP verbs supported?

Join Server
Recommended Posts
Query param in every client requestHi ! Im wondering if there is a way to add query params in every request without creating a custom Not able to implement websockets with trpc```ts import { applyWSSHandler } from "@trpc/server/adapters/ws"; import ws from "ws"; import { creatype error```TS2322: Type '{ name: string; bio: string; location: string; website: string; }' is not assignablIs there a way to use a more updated version of React Query in tRPC?I'm trying to make sure that my tRPC is using the most up to date version of v4 but I don't know howExpress + tRPC: handle express errors from clientI currently have Express as backend and react on frontend. I want to migrate gradually to tRPC + requeries running on server even though ssr is set to falseQueries are running on server side only despite the fact of setting ssr:false. Besides that, the que
Powered by