daniel_montilla
daniel_montilla2mo ago

How to build the raw http request for trpc route?

Is there any documentation on how to build a raw http request for a trpc route? I have my trpc backend server but on the frontend i'm not using javascript/typescript so I need to call the api with a custom request
1 Reply
kapitanluffy
kapitanluffy2mo ago
You probably need to read the docs to understand it under the hood, or you can build a simple poc for calling in the frontend and look in your networks tab in your dev tools.