aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PROTOCOL-WEB.md
Commit message (Collapse)AuthorAge
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2018-06-13
|
* Merge pull request #13520 from abdulhannanali/patch-1Gravatar Eric Anderson2018-03-29
|\ | | | | Correct the link to the Streams Spec Repo
* | Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2018-03-27
| |
* | Remove browser-specific features.Gravatar Wenbo Zhu2018-03-27
| |
* | fix PROTOCOL-HTTP2 to PROTOCOL-HTTP2.mdGravatar otofune2017-12-29
| | | | | | | | forget .md
* | Use 'PROTOCOL-HTTP2.md' as 'gRPC over HTTP2' linkGravatar otofune2017-12-29
| |
| * Correct the link to the Streams Spec RepoGravatar Hannan Ali2017-11-28
|/ | | Streams Specification is being worked on in it's own repository under WHATWG
* Use https://grpc.io consistently as the canonical URLGravatar Mehrdad Afshari2017-07-10
|
* Remove the section for b64 encoded trailers.Gravatar Feng Li2017-05-24
| | | Remove the section for b64 encoded trailers. As gRPC-Web uses CRLF to separate the trailers in the trailers frame, a binary trailer need to reserve in a base64 encoded format for their values. This cannot be skipped even base64 is applied on the whole trailers frame per client's request via content-type: application/grpc-web-text.
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-05-19
|
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-05-19
|
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-05-18
| | | Clarify the content type requirement (for message formats).
* cpp doc nitsGravatar Alexander Polcyn2017-05-05
|
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-03-30
| | | Clarify the use of U-A header.
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-03-02
| | | Remove text-base64 C-T. Will revisit if we ever need support non-default (base64) encoding.
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-02-27
|
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-02-27
|
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-02-27
| | | | | Addressed @mwitkow comments. https://github.com/grpc/grpc-web/issues/57
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-02-06
| | | Mention the Server header format
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2017-02-06
| | | | | 1. Clarify about trailer-only responses 2. Switch to http/1.1 header block format for in-body trailer encoding 3. Clarify how compatibility is supported (using U-A and Server headers respectively)
* Update PROTOCOL-WEB.mdGravatar Wenbo Zhu2016-11-10
| | | Using http/2 literal header format for status.
* Create PROTOCOL-WEB.mdGravatar Wenbo Zhu2016-11-07