Skip to content

Commit

Permalink
proto: add headers map for ReturnOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde authored and buger committed Jun 5, 2017
1 parent 092c4ad commit 07956dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coprocess/proto/coprocess_return_overrides.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ package coprocess;
message ReturnOverrides {
int32 response_code = 1;
string response_error = 2;
map<string, string> headers = 3;
}

0 comments on commit 07956dc

Please sign in to comment.