Skip to content

Commit

Permalink
refactor(proto): pluralize header value field
Browse files Browse the repository at this point in the history
Because even headers like to multiply sometimes.
  • Loading branch information
madflojo committed Nov 3, 2024
1 parent 0264d93 commit d00ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/http.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ message Header {
// Value is the HTTP header value to include in requests and responses.
// This field is a repeated field to allow for multiple values
// which is allowed in HTTP headers.
repeated string value = 1;
repeated string values = 1;
}

0 comments on commit d00ea13

Please sign in to comment.