Instance Property
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.var content: any ContentContainer { get set }