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.