Structure
HTTPHeaders.ResponseCompression
A marker header internal to vapor that explicitly allows or disallows response compression.
struct ResponseCompression
Topics
Type Properties
static let disable: HTTPHeaders.ResponseCompressionExplicitly disable response compression.static let enable: HTTPHeaders.ResponseCompressionExplicitly enable response compression.static let unset: HTTPHeaders.ResponseCompressionImplicitly use the server’s default response compression determination.static let useDefault: HTTPHeaders.ResponseCompressionExplicitly use the server’s default response compression determination.
Relationships
Conforms To
Swift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype