From 0ff9221a3b9bc5dcd0082abe226f64efee43e10f Mon Sep 17 00:00:00 2001 From: "David G. Quintas" Date: Fri, 17 Jul 2015 17:40:18 -0700 Subject: [PATCH] Added definition for Message-Accept-Encoding --- PROTOCOL-HTTP2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PROTOCOL-HTTP2.md b/PROTOCOL-HTTP2.md index 810c6b7e529..85ed76df6b8 100644 --- a/PROTOCOL-HTTP2.md +++ b/PROTOCOL-HTTP2.md @@ -37,7 +37,9 @@ Request-Headers are delivered as HTTP2 headers in HEADERS + CONTINUATION frames. * **Microsecond** → “u” * **Nanosecond** → “n” * **Content-Type** → “content-type” “application/grpc” [(“+proto” / “+json” / {_custom_})] -* **Message-Encoding** → “grpc-encoding ” (“gzip” / “deflate” / “snappy” / {_custom_} ) +* **Message-Encoding** → “grpc-encoding” (“gzip” / “deflate” / “snappy” / {_custom_} ) +* **Message-Accept-Encoding** → “grpc-accept-encoding” {_comma-separated list of + zero or more of (“gzip” / “deflate” / “snappy” / {_custom_})} * **User-Agent** → “user-agent” {_structured user-agent string_} * **Message-Type** → “grpc-message-type” {_type name for message schema_} * **Custom-Metadata** → Binary-Header / ASCII-Header