We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4c957 commit 8561002Copy full SHA for 8561002
README.md
@@ -4,6 +4,8 @@
4
5
Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets.
6
7
+On the wire this uses newline-delimited json encoding of the messages.
8
+
9
Usage:
10
```diff
11
mux := runtime.NewServeMux()
0 commit comments