Closed
Description
normal proto:
41 service Greeter {¬
42 // Sends a greeting¬
43 rpc SayHello (HelloRequest) returns (HelloReply) {¬
44 option (google.api.http) = {¬
46 post: "/Action/2017-01-01"¬
47 body: "*"¬
48 };¬
49 }¬
For me, I need change the post: "/Action/2017-01-01"
to post: "/{{Action}}/{{Version}}"
which Action and Version is http header.
Metadata
Assignees
Labels
No labels