Contents

httpBodyStream

The stream used to deliver the HTTP body.

Declaration

var httpBodyStream: InputStream? { get set }

Discussion

The stream is returned for examination only; it’s unsafe for the caller to manipulate the stream in any way.

See Also

Accessing request components