aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PROTOCOL-WEB.md
diff options
context:
space:
mode:
authorGravatar Wenbo Zhu <wenboz@google.com>2017-03-02 17:41:36 -0800
committerGravatar GitHub <noreply@github.com>2017-03-02 17:41:36 -0800
commit880b7981d85ef134ebb6fb5831669eb1e4f46821 (patch)
treec0c6e8d321dda4b94c872681965846a6b008ca78 /doc/PROTOCOL-WEB.md
parent0ee3e3ec2d0e695a4381f389b4bd9b88542f4482 (diff)
Update PROTOCOL-WEB.md
Remove text-base64 C-T. Will revisit if we ever need support non-default (base64) encoding.
Diffstat (limited to 'doc/PROTOCOL-WEB.md')
-rw-r--r--doc/PROTOCOL-WEB.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/PROTOCOL-WEB.md b/doc/PROTOCOL-WEB.md
index 0b54e0f34f..5f01af3627 100644
--- a/doc/PROTOCOL-WEB.md
+++ b/doc/PROTOCOL-WEB.md
@@ -94,8 +94,6 @@ the response stream needs to be text encoded e.g. when XHR is used or due
to security policies with XHR
* Accept: application/grpc-web-text
2. The default text encoding is base64
- * Text encoding may be specified with Content-Type or Accept headers as
- * application/grpc-web-text-base64
* Note that “Content-Transfer-Encoding: base64” should not be used.
Due to in-stream base64 padding when delimiting messages, the entire
response body is not necessarily a valid base64-encoded entity