Skip to content

Instance Method

decode(_:from:headers:)

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