File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ the Connect library:
99
1010- [ Connect] ( https://connect.build ) + unary
1111- [ Connect] ( https://connect.build ) + streaming
12- - [ gRPC-Web] ( https://github.com/grpc/grpc-web ) + unary
13- - [ gRPC-Web] ( https://github.com/grpc/grpc-web ) + streaming
12+ - [ gRPC-Web] ( https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md ) + unary
13+ - [ gRPC-Web] ( https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md ) + streaming
1414
1515** Note that vanilla gRPC support is not available in this example because
1616[ SwiftNIO does not support CocoaPods] ( https://github.com/apple/swift-nio/issues/2393 ) .**
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ the Connect library:
99
1010- [ Connect] ( https://connect.build ) + unary
1111- [ Connect] ( https://connect.build ) + streaming
12- - [ gRPC] ( https://grpc.io ) + unary (using ` ConnectGRPC ` + ` SwiftNIO ` )
13- - [ gRPC] ( https://grpc.io ) + streaming (using ` ConnectGRPC ` + ` SwiftNIO ` )
14- - [ gRPC-Web] ( https://github.com/grpc/grpc-web ) + unary
15- - [ gRPC-Web] ( https://github.com/grpc/grpc-web ) + streaming
12+ - [ gRPC] ( https://github.com/ grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md ) + unary (using ` ConnectGRPC ` + ` SwiftNIO ` )
13+ - [ gRPC] ( https://github.com/ grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md ) + streaming (using ` ConnectGRPC ` + ` SwiftNIO ` )
14+ - [ gRPC-Web] ( https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md ) + unary
15+ - [ gRPC-Web] ( https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md ) + streaming
1616
1717## Try it out
1818
Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ Offered under the [Apache 2 license](./LICENSE).
178178[ connect-web ] : https://www.npmjs.com/package/@bufbuild/connect-web
179179[ error-handling ] : https://connect.build/docs/swift/errors
180180[ getting-started ] : https://connect.build/docs/swift/getting-started
181- [ grpc-protocol ] : https://grpc.io
182- [ grpc-web-protocol ] : https://github.com/grpc/grpc-web
181+ [ grpc-protocol ] : https://github.com/ grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
182+ [ grpc-web-protocol ] : https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md
183183[ interceptors ] : https://connect.build/docs/swift/interceptors
184184[ protobuf ] : https://developers.google.com/protocol-buffers
185185[ slack ] : https://buf.build/links/slack
You can’t perform that action at this time.
0 commit comments