Skip to content

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

Instance Property

string

The buffered body as UTF-8, or nil if there is none or nothing has collected it yet.
var string: String? { get }

Discussion

Use string(max:) to collect the body and always get what is there.