Skip to content
Snippets Groups Projects
Commit 880b7981 authored by Wenbo Zhu's avatar Wenbo Zhu Committed by GitHub
Browse files

Update PROTOCOL-WEB.md

Remove text-base64 C-T. Will revisit if we ever need support non-default (base64) encoding.
parent 0ee3e3ec
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment