George Barnett c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
..
CallHandlers 3500a56ce2 Remove deprecated/dead code (#1115) hace 4 años
ClientCalls befa21af1f Avoid copying client interceptor contexts (#1092) hace 4 años
Compression c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
GRPCChannel e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) hace 4 años
Interceptor c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
ServerCallContexts c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
Array+BoundsCheck.swift cb88f35a8a Add scaffolding for client interceptors (#986) hace 5 años
CallOptions.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
ClientConnection.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
ClientErrorDelegate.swift 723dcc0f7e Fix a few incorrect source locations in logs (#933) hace 5 años
ConnectionBackoff.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ConnectionKeepalive.swift 9b9d3dbe0a Add keepalive handlers (#850) hace 5 años
ConnectionManager.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) hace 4 años
ConnectivityState.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) hace 5 años
DelegatingErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
FakeChannel.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) hace 5 años
GRPCClient.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
GRPCClientChannelHandler.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
GRPCClientStateMachine.swift 640b0ef1d0 Update NIO version to 2.22.0 and NIOHTTP2 to 1.14.1. (#954) hace 5 años
GRPCContentType.swift c8b56b6607 Reorder some of the server logic. (#717) hace 5 años
GRPCError.swift 40e4e25ea5 Fix some bugs with new handlers (#1102) hace 4 años
GRPCHeaderName.swift c8b56b6607 Reorder some of the server logic. (#717) hace 5 años
GRPCIdleHandler.swift fccd9fb511 Merge idle and keepalive handlers (#1079) hace 5 años
GRPCIdleHandlerStateMachine.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) hace 5 años
GRPCKeepaliveHandlers.swift fccd9fb511 Merge idle and keepalive handlers (#1079) hace 5 años
GRPCPayload.swift 4602c5c6ea Add tests for custom payloads (#719) hace 5 años
GRPCServerPipelineConfigurator.swift fccd9fb511 Merge idle and keepalive handlers (#1079) hace 5 años
GRPCServerRequestRoutingHandler.swift 3500a56ce2 Remove deprecated/dead code (#1115) hace 4 años
GRPCStatus.swift d0a101b661 Drop the message from the static 'ok' status. (#1120) hace 4 años
GRPCStatusAndMetadata.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) hace 5 años
GRPCStatusMessageMarshaller.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
GRPCTimeout.swift 5eeee138ba Minor SwiftFormat update (#957) hace 5 años
GRPCWebToHTTP2ServerCodec.swift cdd3538cad Add a gRPC Web to HTTP/2 codec (#1047) hace 5 años
HTTP2ToRawGRPCServerCodec.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) hace 4 años
HTTP2ToRawGRPCStateMachine.swift ed647a39a9 Drop support for the old way of handling RPCs on the server (#1113) hace 4 años
InterceptorContextList.swift f97848d473 Make a bunch of server code inlinable (#1077) hace 5 años
LengthPrefixedMessageReader.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
LengthPrefixedMessageWriter.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
Logger.swift 07432c4266 Log some HTTP/2 information (#938) hace 5 años
LoggingServerErrorDelegate.swift d4633f2ffe Allow loggers to be passed in (#902) hace 5 años
MessageEncodingHeaderValidator.swift 69c828b7e6 Plug in and switch on the 'HTTP/2 first' server handlers (#1050) hace 5 años
PlatformSupport.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ReadWriteStates.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
Ref.swift f97848d473 Make a bunch of server code inlinable (#1077) hace 5 años
Serialization.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) hace 5 años
Server.swift 59294d95b0 Allow the server to be gracefully shutdown. (#1076) hace 5 años
ServerBuilder.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) hace 5 años
ServerChannelErrorHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
ServerErrorDelegate.swift 256fe9ef70 Remove HTTP1 types from the public server API (#1017) hace 5 años
ServerErrorProcessor.swift a45db1b439 Scaffolding for better server codegen (#1093) hace 4 años
Stopwatch.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
StreamEvent.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) hace 5 años
TLSConfiguration.swift e70c2cff9c Added support for NIOSSLCustomVerificationCallback for client connection (#1107) hace 4 años
TLSVerificationHandler.swift b81b8f2398 Use ALPN to determine what sort of connection we've accepted (#1055) hace 5 años
TimeLimit.swift 3500a56ce2 Remove deprecated/dead code (#1115) hace 4 años
UserInfo.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
WebCORSHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
WriteCapturingHandler.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
_EmbeddedThroughput.swift c85a7efe87 Fix up some docs, add an faqs doc (#1121) hace 4 años
_FakeResponseStream.swift cf9649a4b4 Add .swiftformat and apply a lint check in CI (#929) hace 5 años
_GRPCClientCodecHandler.swift 31dffb8dc1 Move client serialization into the transport handler (#1083) hace 5 años
_MessageContext.swift 6fb98266e0 Remove the requirement that messages conform to GRPCPayload on the server (#886) hace 5 años