Reduce confusion around streaming support in binary format

This commit is contained in:
Eryu Xia 2024-01-31 16:05:49 -08:00
parent ea2ba42337
commit 09f0195e9c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ For more information about the gRPC-web wire format, see the
- `Content-type: application/grpc-web+proto`
- Payload are in the binary protobuf format.
- Only unary calls are supported for now.
- Only unary calls are supported.
## How It Works