Skip to content

Commit 25042f4

Browse files
authored
Add headers and trailers to TapEvents (#33)
### Motivation In order to include headers and trailers in `TapEvent`s, the API must be updated to allow a new field to be set in the proxy. This field should be set by the proxies and read by the control plane. ### Solution A new message `http_types.Headers` has been added to `http_types.proto`. This message allows repeated fields of `name` and `value` pairs where `name` can non-unique. Because header values can be encoded in various ways, `value` is `bytes` while `name` is `string` Signed-off-by: Kevin Leimkuhler <[email protected]>
1 parent 2642fb1 commit 25042f4

File tree

5 files changed

+592
-144
lines changed

5 files changed

+592
-144
lines changed

Diff for: go/http_types/http_types.pb.go

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

0 commit comments

Comments
 (0)