Instance Propertyvapor 4.114.1Vapor

content

This container is used to read your Decodable type using a ContentDecoder implementation. If no ContentDecoder is provided, a Request’s Content-Type header is used to select a registered decoder.

Request.swift:169
var content: ContentContainer { get set }