Reading http request headers #210
Unanswered
NikaTskhadaia
asked this question in
Q&A
Replies: 1 comment
-
The various ways of passing headers are described here. If your That said, is there a reason you're using RestEase for this? If you're just proxying requests, it seems to be that you'll probably have an easier time working directly with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I 'm using the library in a gateway to pass incoming HTTP request to different APIs.
Is there any built-in solution for passing incoming request headers in the gateway to outgoing request headers?
Beta Was this translation helpful? Give feedback.
All reactions