Update PROTOCOL-WEB.md

Added the place-holder security and compression sections.
This commit is contained in:
Wenbo Zhu 2018-02-28 17:18:25 -08:00 committed by GitHub
parent 507daf6f4b
commit 51fd898b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -19,4 +19,16 @@ we expect some of those features will evolve too or become deprecated.
* https://github.com/whatwg/fetch/issues/210
* CSP support to be specified
# More to be added
# Security
* XSRF, XSS policy to be published
# Compression
* Full-body compression is supported and expected for all unary
requests/responses. The compression/decompression will be done
by browsers, using standard Content-Encoding headers
* “grpc-encoding” header is not used
* SDCH, Brotli will be supported
* Message-level compression for streamed requests/responses is not supported
because manual compression/decompression is prohibitively expensive using JS