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.
The stream used to deliver the HTTP body.
var httpBodyStream: InputStream? { get set }The stream is returned for examination only; it’s unsafe for the caller to manipulate the stream in any way.