Enumerationswift-nio 2.72.0NIOHTTP1
HTTPDecoderKind
HTTPDecoder.swift:497enum HTTPDecoderKind
Cases
Citizens in NIOHTTP1
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.