aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PROTOCOL-HTTP2.md
diff options
context:
space:
mode:
authorGravatar Eric Anderson <ejona@google.com>2015-11-04 15:50:40 -0800
committerGravatar Eric Anderson <ejona@google.com>2015-11-04 15:50:40 -0800
commit2e18fd6493e58a791fcbe89bdaf040912a56e3e4 (patch)
treeec3cbeae99a2d7df99ea4dc33c37cc49d5c0a0fc /doc/PROTOCOL-HTTP2.md
parent981201fc5edc34a518d5c57f3cb3ccd873615f91 (diff)
Add "identity" as a content encoding
Fixes grpc/grpc-common#257
Diffstat (limited to 'doc/PROTOCOL-HTTP2.md')
-rw-r--r--doc/PROTOCOL-HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROTOCOL-HTTP2.md b/doc/PROTOCOL-HTTP2.md
index 80754143d5..d4f1d0ead0 100644
--- a/doc/PROTOCOL-HTTP2.md
+++ b/doc/PROTOCOL-HTTP2.md
@@ -37,7 +37,7 @@ Request-Headers are delivered as HTTP2 headers in HEADERS + CONTINUATION frames.
* **Microsecond** → "u"
* **Nanosecond** → "n"
* **Content-Type** → "content-type" "application/grpc" [("+proto" / "+json" / {_custom_})]
-* **Content-Coding** → "gzip" / "deflate" / "snappy" / {_custom_}
+* **Content-Coding** → "identity" / "gzip" / "deflate" / "snappy" / {_custom_}
* **Message-Encoding** → "grpc-encoding" Content-Coding
* **Message-Accept-Encoding** → "grpc-accept-encoding" Content-Coding \*("," Content-Coding)
* **User-Agent** → "user-agent" {_structured user-agent string_}