API Collection
ContentDecoder Implementations
Topics
Instance Methods
decode(_:from:headers:)Legacy “decode object” method. The providedNIOCore/ByteBuffershould be decoded as a value of the given type, optionally guided by the providedHTTPHeaders.decode(_:from:headers:userInfo:)“Decode object” method. The providedNIOCore/ByteBuffershould be decoded as a value of the given type, optionally guided by the providedHTTPHeaders. The provideduserInfodictionary must be forwarded to the underlyingSwift/Decoderused to perform the decoding operation.