Hi all! I'm learning how to use proto buffers to define an RPC how can I specify in my.proto file a HTTP header is required e.g.
// This needs the Auth header to be present to do something sensible https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization rpc DoThing(DoThingReq) returns (DoThingRes) { } Thanks! David -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/a06741e4-8fbf-48bc-9a1f-c65e90c3728an%40googlegroups.com.
