Skip to content

Commit f3fc4b5

Browse files
committed
chore: update http proto
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
1 parent 4f57ffd commit f3fc4b5

File tree

2 files changed

+18
-84
lines changed

2 files changed

+18
-84
lines changed

build/http/v1/http.pb.go

+18-80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/http/v1/http.proto

-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,3 @@ message Response {
3434
message HeaderValue {
3535
repeated string value = 1;
3636
}
37-
38-
message Body {
39-
bytes body = 1;
40-
}

0 commit comments

Comments
 (0)