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