Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Property

data

The body’s bytes, or nil if it is empty or is a stream nothing has collected.
var data: Data? { get }

Discussion

Use data(max:) to collect the body and always return Foundation/Data