Static Propertygrpc-swift 2.1.2GRPCCore
deflate
The ‘deflate’ compression algorithm.
static var deflate: Self { get }The ‘deflate’ compression algorithm.
static var deflate: Self { get }import GRPCCoreA gRPC library for Swift written natively in Swift.
struct CompressionAlgorithmSetA set of compression algorithms.
init(rawValue: UInt32) static var all: Self { get }All compression algorithms.
static var gzip: Self { get }The ‘gzip’ compression algorithm.
static var none: Self { get }No compression, sometimes referred to as ‘identity’ compression.
var elements: Elements { get }A sequence of CompressionAlgorithm values present in the set.
var rawValue: UInt32func contains(_ algorithm: CompressionAlgorithm) -> Bool Returns whether a given algorithm is present in the set.
struct ElementsA sequence of CompressionAlgorithm values present in a CompressionAlgorithmSet.