Body

Represents a Response’s body.

Response+Body.swift:22
struct Body
let body = Response.Body(string: "Hello, world!")

This can contain any data (streaming or static) and should match the message’s "Content-Type" header.