Skip to content

Instance Method

decode(_:from:headers:userInfo:)

ContentDecoder conformance.
func decode<D>(_ decodable: D.Type, from body: ByteBuffer, headers: HTTPHeaders, userInfo: [CodingUserInfoKey : any Sendable]) throws -> D where D : Decodable