Static Propertygrpc-swift 2.0.0GRPCCore
deflate
The ‘deflate’ compression algorithm.
static var deflate: Self { get }
The ‘deflate’ compression algorithm.
static var deflate: Self { get }
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct CompressionAlgorithm
Message compression algorithms.
static var gzip: Self { get }
The ‘gzip’ compression algorithm.
static var none: Self { get }
No compression, sometimes referred to as ‘identity’ compression.
let value: Value
enum Value