Instance Methodvapor 4.114.1Vapor

decode(_:from:headers:)

ContentDecoder conformance.

PlaintextDecoder.swift:9
func decode<D>(_ decodable: D.Type, from body: ByteBuffer, headers: HTTPHeaders) throws -> D where D : Decodable