Brian Hatfield b4414b882c Expose google cgrpc credential mode 7 anos atrás
..
ClientCall.swift 6a408655fa Minor file reorganization in Sources/SwiftGRPC. 7 anos atrás
ClientCallBidirectionalStreaming.swift c7db70477e Make the test stubs thread safe. 7 anos atrás
ClientCallClientStreaming.swift c7db70477e Make the test stubs thread safe. 7 anos atrás
ClientCallServerStreaming.swift c7db70477e Make the test stubs thread safe. 7 anos atrás
ClientCallUnary.swift 5d322044ed Add tests to verify the behavior of canceling client and server calls. 7 anos atrás
RPCError.swift 9dd55d9fa4 Add a `timeout` option to blocking `send()` and `receive()` calls. 7 anos atrás
ServerSession.swift 045bc179ae Create ServerStatus in Core 7 anos atrás
ServerSessionBidirectionalStreaming.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 anos atrás
ServerSessionClientStreaming.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 anos atrás
ServerSessionServerStreaming.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 anos atrás
ServerSessionUnary.swift fd60668194 Streamline the interface of the server-side response handling code: In the default (successful) case, most request handlers can now simply return `.ok` and have `ServiceServer` handle sending back the status for them. This also streamlines the `run()` implementations of the `ServerSession` subclasses. 7 anos atrás
ServiceClient.swift b4414b882c Expose google cgrpc credential mode 7 anos atrás
ServiceProvider.swift 98f7fa6316 For service servers, replace inheritance with composition. 7 anos atrás
ServiceServer.swift ba6740e7d0 Merge branch 'master' into tls-mutual-auth 7 anos atrás
StreamReceiving.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 anos atrás
StreamSending.swift 9760b25fad Replace "{send,receive}Internal" with "_{send,receive}". 7 anos atrás