We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375f492 commit 062ec97Copy full SHA for 062ec97
README.md
@@ -9,7 +9,10 @@ Connect-Swift
9
Connect-Swift is a small library (<200KB!) that provides support for using
10
generated,
11
type-safe, and idiomatic Swift APIs to communicate with your app's servers
12
-using [Protocol Buffers (Protobuf)][protobuf].
+using [Protocol Buffers (Protobuf)][protobuf]. It works with the
13
+[Connect][connect-protocol], [gRPC][grpc-protocol], and
14
+[gRPC-Web][grpc-web-protocol] protocols.
15
+
16
Imagine a world where
17
you don't have to handwrite `Codable` models for REST/JSON endpoints
18
and you can instead get right to building features by calling a generated
0 commit comments