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