George Barnett e90e92fe0f Tolerate missing content-type header for trailers-only responses (#927) 5 years ago
..
CallHandlers 794ecafac8 Added trailing HTTPHeaders for custom error reporting (#873) 5 years ago
ClientCalls 46d1a29868 Update to SwiftNIO HTTP/2 1.13.0 (#922) 5 years ago
Compression 8ae8ee4593 Replace Compression option enum with a struct (#867) 5 years ago
GRPCChannel 5397772adf Add a client debugging initializer and PCAP debugging example (#908) 5 years ago
ServerCallContexts 794ecafac8 Added trailing HTTPHeaders for custom error reporting (#873) 5 years ago
ClientConnection.swift 46d1a29868 Update to SwiftNIO HTTP/2 1.13.0 (#922) 5 years ago
ClientErrorDelegate.swift 32b9b9f839 Make gRPC error types extensible (#669) 6 years ago
ClientOptions.swift d4633f2ffe Allow loggers to be passed in (#902) 5 years ago
ConnectionBackoff.swift 77194a4aba Add a retry limit to ConnectionBackoff (#784) 5 years ago
ConnectionIdledEvent.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 years ago
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 years ago
ConnectionManager.swift 2b42fd9f53 Mitigate zero-length writes issue. (#917) 5 years ago
ConnectivityState.swift 7e7fdb183e Allow the connectivity state delegate queue to be specified (#849) 5 years ago
DelegatingErrorHandler.swift 50ccad2fbc Put the client connection behind a protocol (#727) 5 years ago
FakeChannel.swift d4633f2ffe Allow loggers to be passed in (#902) 5 years ago
GRPCClient.swift 248f554e3c Support protobuf separately to `GRPCPayload` for the client (#889) 5 years ago
GRPCClientStateMachine.swift e90e92fe0f Tolerate missing content-type header for trailers-only responses (#927) 5 years ago
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 years ago
GRPCError.swift 9744dbc660 Remove GRPCStreamType public enum (#880) 5 years ago
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 years ago
GRPCIdleHandler.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 years ago
GRPCKeepaliveHandlers.swift 6fccc59e5d Tolerate receiving pings when `permitWithoutCalls` is disabled (#893) 5 years ago
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 5 years ago
GRPCServerCodecHandler.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago
GRPCServerRequestRoutingHandler.swift 6158fad6be Improve performance of routing inbound RPCs (#924) 5 years ago
GRPCStatus.swift b648172555 Add 'isOk' to GRPCStatus (#840) 5 years ago
GRPCStatusAndMetadata.swift 794ecafac8 Added trailing HTTPHeaders for custom error reporting (#873) 5 years ago
GRPCStatusMessageMarshaller.swift a27e85b37f Implement status message encoding and decoding without Foundation (#645) 6 years ago
GRPCTimeout.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) 5 years ago
HTTP1ToGRPCServerCodec.swift da54baaba8 Don't construct unnecessary buffers. (#925) 5 years ago
HTTPProtocolSwitcher.swift 46d1a29868 Update to SwiftNIO HTTP/2 1.13.0 (#922) 5 years ago
LengthPrefixedMessageReader.swift da8bb04e3b Remove some unnecessary CoWs (#906) 5 years ago
LengthPrefixedMessageWriter.swift b29b16ba06 Alter the documented requirements of `MessageSerializer` (#888) 5 years ago
Logger.swift d4633f2ffe Allow loggers to be passed in (#902) 5 years ago
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 years ago
PlatformSupport.swift 2b42fd9f53 Mitigate zero-length writes issue. (#917) 5 years ago
ReadWriteStates.swift 248f554e3c Support protobuf separately to `GRPCPayload` for the client (#889) 5 years ago
Serialization.swift b29b16ba06 Alter the documented requirements of `MessageSerializer` (#888) 5 years ago
Server.swift 6158fad6be Improve performance of routing inbound RPCs (#924) 5 years ago
ServerBuilder.swift 72a6aca3e6 Add a server debug channel initializer (#911) 5 years ago
ServerChannelErrorHandler.swift 0db6306513 Log errors from the server channel. (#791) 5 years ago
ServerErrorDelegate.swift 794ecafac8 Added trailing HTTPHeaders for custom error reporting (#873) 5 years ago
Shims.swift 248f554e3c Support protobuf separately to `GRPCPayload` for the client (#889) 5 years ago
Stopwatch.swift d8c8ee8772 License header checking script (#587) 6 years ago
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago
TLSConfiguration.swift e461a8487b Fix incorrect documentation for certificate verification on the server builder (#882) 5 years ago
TLSVerificationHandler.swift e6fa863e83 Rewrite client connection management (#798) 5 years ago
TimeLimit.swift 8196439d23 Allow deadlines or timeouts to be set on RPCs (#842) 5 years ago
WebCORSHandler.swift 04c740b398 Make WebCORSHandler internal (#664) 6 years ago
WriteCapturingHandler.swift 248f554e3c Support protobuf separately to `GRPCPayload` for the client (#889) 5 years ago
_EmbeddedThroughput.swift 46d1a29868 Update to SwiftNIO HTTP/2 1.13.0 (#922) 5 years ago
_FakeResponseStream.swift 248f554e3c Support protobuf separately to `GRPCPayload` for the client (#889) 5 years ago
_GRPCClientChannelHandler.swift 46d1a29868 Update to SwiftNIO HTTP/2 1.13.0 (#922) 5 years ago
_GRPCClientCodecHandler.swift 248f554e3c Support protobuf separately to `GRPCPayload` for the client (#889) 5 years ago
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 years ago