Structure
HTTPMediaTypeSet
A collection for efficiently determining if a set of types contains another type.
struct HTTPMediaTypeSet
Topics
Initializers
Instance Methods
contains(_:)Check to see if a media type is contained within the set.
Type Properties
allThe super set of allHTTPMediaTypes.compressibleA list of known compressible MIME types.incompressibleA list of known incompressible MIME types.noneThe empty set ofHTTPMediaTypes.
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.EscapableSwift.ExpressibleByArrayLiteralSwift.SendableSwift.SendableMetatype