George Barnett 5bf16088ce Fix typo in 'requestDeserializer' (#1052) 5 年之前
..
CallHandlers 5bf16088ce Fix typo in 'requestDeserializer' (#1052) 5 年之前
ClientCalls e70547dc1c Remove the 'error' case from the 'GRPCClientResponsePart' (#1035) 5 年之前
Compression cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
GRPCChannel bae8851f28 Wire up the Call objects (#1010) 5 年之前
Interceptor 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) 5 年之前
ServerCallContexts 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) 5 年之前
ClientConnection.swift bae8851f28 Wire up the Call objects (#1010) 5 年之前
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) 5 年之前
ClientOptions.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ConnectionIdledEvent.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) 5 年之前
ConnectionManager.swift 7aac780666 Provide more specific errors messages for failing channels (#984) 5 年之前
ConnectivityState.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
FakeChannel.swift bae8851f28 Wire up the Call objects (#1010) 5 年之前
GRPCClient.swift bae8851f28 Wire up the Call objects (#1010) 5 年之前
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) 5 年之前
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) 5 年之前
GRPCError.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 年之前
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) 5 年之前
GRPCIdleHandler.swift 7aac780666 Provide more specific errors messages for failing channels (#984) 5 年之前
GRPCKeepaliveHandlers.swift 5eeee138ba Minor SwiftFormat update (#957) 5 年之前
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) 5 年之前
GRPCServerRequestRoutingHandler.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
GRPCStatus.swift f091154c52 Make 'GRPCStatus' a struct (#989) 5 年之前
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 年之前
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) 5 年之前
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) 5 年之前
HTTP2ToRawGRPCServerCodec.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
HTTP2ToRawGRPCStateMachine.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
HTTPProtocolSwitcher.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
InterceptorContextList.swift 4d28b5f8a3 Avoid allocations when accessing interceptor head/tail (#1039) 5 年之前
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
Logger.swift 07432c4266 Log some HTTP/2 information (#938) 5 年之前
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) 5 年之前
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
PlatformSupport.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
Ref.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 年之前
Serialization.swift 2ce52e04a4 Move server (de)serialization to the base call handler (#1046) 5 年之前
Server.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) 5 年之前
ServerBuilder.swift 5c732465e2 Increase the client idle timeout, remove the default server idle timeout (#968) 5 年之前
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) 5 年之前
Shims.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 年之前
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 年之前
TLSConfiguration.swift e461a8487b Fix incorrect documentation for certificate verification on the server builder (#882) 5 年之前
TLSVerificationHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
TimeLimit.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
UserInfo.swift 224e4b3ef9 Add a 'UserInfo' heterotyped dictionary (#1031) 5 年之前
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
_EmbeddedThroughput.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
_GRPCClientChannelHandler.swift 50359b78c2 Restructure `_BaseCallHandler` et al. for interceptors (#1028) 5 年之前
_GRPCClientCodecHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) 5 年之前
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) 5 年之前