mirror of https://github.com/grpc/grpc-web.git
Clarify on streaming wire format requirement.
This commit is contained in:
parent
3bfa7641a8
commit
d6299dc330
|
@ -13,7 +13,7 @@ frameworks for languages such as Python, Java, and Node. For details, see the
|
|||
## Streaming Support
|
||||
gRPC-web currently supports 2 RPC modes:
|
||||
- Unary RPCs ([example](#make-a-unary-rpc-call))
|
||||
- Server-side Streaming RPCs ([example](#server-side-streaming))
|
||||
- Server-side Streaming RPCs ([example](#server-side-streaming)) (NOTE: Only when [`grpcwebtext`](#wire-format-mode) mode is used.)
|
||||
|
||||
Client-side and Bi-directional streaming is not currently supported (see [streaming roadmap](doc/streaming-roadmap.md)).
|
||||
|
||||
|
|
Loading…
Reference in New Issue