diff options
author | Eric Anderson <ejona@google.com> | 2017-01-20 08:51:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-20 08:51:42 -0800 |
commit | c2bc59b2b0de079c64a2e544354b699685ea2853 (patch) | |
tree | 43d8bd133b4065abd56e4e394fc4e6d8ca8ceb2f /doc | |
parent | c405a76ebff7d47656a19873828eb59515a45b10 (diff) | |
parent | a5fd2d53f43ce99a7aa220ea37fc6264cf42a675 (diff) |
Merge pull request #9346 from stevej/stevej/content_type_in_example_response
adding content-type to the example response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROTOCOL-HTTP2.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/PROTOCOL-HTTP2.md b/doc/PROTOCOL-HTTP2.md index 18803f2a09..2df1c74bee 100644 --- a/doc/PROTOCOL-HTTP2.md +++ b/doc/PROTOCOL-HTTP2.md @@ -153,6 +153,7 @@ DATA (flags = END_STREAM) HEADERS (flags = END_HEADERS) :status = 200 grpc-encoding = gzip +content-type = application/grpc+proto DATA <Length-Prefixed Message> |