GRPCNIOTransportHTTP2An umbrella module providing high-performance HTTP/2 client and server transport implementations built on top of SwiftNIO.
The module provides two variants of the client and server transport which differ in the networking backend used by each. The two backends are:
NIOPosix, andNIOTransportServices.These correspond to two different modules provided by grpc-swift-nio-transport:
This module, GRPCNIOTransportHTTP2, re-exports the contents of both of these modules.
GRPCNIOTransportHTTP2Posix is available on all platforms, while
GRPCNIOTransportHTTP2TransportServices is only available on Darwin based platforms.