Understanding why headers are missing in http.proto #749
Unanswered
ikouchiha47
asked this question in
Q&A
Replies: 1 comment
-
|
+1 it would be great to have this feature - we would like it for aep.dev to enable gRPC-HTTP APIs that are compatible with IETF RFCs. I've started a PR here to start the conversation: #1005 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
So we are using this grpc-gateway thing. And mostly for request response struct generation and doc generation.
I was stuck at annotating arbitrary request headers.
In http.proto i don't see anything that represents request headers.
So we wanted to understand why is that and if there are any alternative ways or proto definition like http.proto that will help with this.
In case it's desirable we can work on sending a PR to the required repositories
Beta Was this translation helpful? Give feedback.
All reactions