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

httpBodyStream

The stream used to deliver the HTTP body. HTTP本文を配達するのに使われるストリーム。

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 要請構成要素にアクセスする