forwarding headers in solidjs
I have a setup with solidstart, and im trying to forward the client headeres to ttrpc.
Here's my setup:
This is how i'm calling the
Is there a way to forward the headers received by the handler?
Here's my setup:
This is how i'm calling the
trpc client from my component:Is there a way to forward the headers received by the handler?