alud
alud14mo ago

Read response headers on the client

Ive been searching for a while trying to figure out how to access response headers on the client. Found this Github issue, but it has no responses (https://github.com/trpc/trpc/discussions/3866). Anyone got an example of how to read the response headers on the client?
Solution:
This seems to be working. but not sure if I break some magic sauce by doing it..
No description
Jump to solution
2 Replies
Solution
alud
alud14mo ago
This seems to be working. but not sure if I break some magic sauce by doing it..
No description
Nick
Nick14mo ago
That looks fine, it’s there to be used, though in general using headers may be a sign of trying to bend tRPC into being a REST tool