You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I have seen in the Golang implementation of GRPC-web, they access headers through the _call argument. I've briefly read sources (so I might be completely wrong, sorry in advance), and its look like
Is it possible to access env or headers is the service implementation?
The text was updated successfully, but these errors were encountered:
Hi! I have an issue with my js client sending requests with custom metadata:
I'm using lazy init (as shown in README)
and my
_call
argument is always nilAs I have seen in the Golang implementation of GRPC-web, they access headers through the
_call
argument. I've briefly read sources (so I might be completely wrong, sorry in advance), and its look likeIs it possible to access env or headers is the service implementation?
The text was updated successfully, but these errors were encountered: