Instance Property インスタンスプロパティ

httpBodyStream

The request body as an input stream. 要請本文、入力ストリームとして。

Declaration 宣言

var httpBodyStream: InputStream? { get set }

Discussion 議論

The request body of the receiver will be this input stream. The entire contents of the stream will be sent as the body, as in an HTTP POST request. The input stream should be unopened and the receiver will take over as the stream’s delegate. レシーバの要請本文は、この入力ストリームです。ストリームの全内容は、本文として送られます、HTTP POST要請でのように。入力ストリームは開かれないべきです、そしてレシーバはストリームのもつ委任先として引き継ぐでしょう。

Setting a body stream clears any data in httpBody. These values are mutually exclusive. 本文ストリームを設定することは、httpBodyの中のあらゆるデータを消去します。これらの値は相互に排他的です。

See Also 参照

Accessing Request Components 要請構成要素にアクセスする