Contents

httpBody

The request body.

Declaration

var httpBody: Data? { get set }

Discussion

The request body is sent as the message body of the request, as in an HTTP POST request. Setting the HTTP body data clears any input stream in httpBodyStream. These values are mutually exclusive.

See Also

Accessing request components