Reduce confusion around streaming support in binary format (#1400)

This commit is contained in:
Eryu Xia 2024-01-31 16:06:54 -08:00 committed by GitHub
parent ea2ba42337
commit 4aab99f73e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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