Instance Property
インスタンスプロパティ
httpBodyStream
The stream used to deliver the HTTP body.
HTTP本文を配達するのに使われるストリーム。
Discussion
議論
The stream is returned for examination only; it’s unsafe for the caller to manipulate the stream in any way.
ストリームは試験のためだけに返されます;ストレームを操作するのはどんな方法であれ呼び出し側にとって安全ではありません。
Note
注意
The httpBodyStream
and httpBody
are mutually exclusive - only one can be set on a given request. The body stream is preserved across copies, but is lost when the request is coded via the NSCoding
protocol
httpBodyStream
とhttpBody
は互いに排他的です - ただ1つだけがある与えられたリクエスト上で設定されることが可能です。ボディストリームはコピーを越えて保全されます、しかしリクエストがNSCoding
プロトコル経由でコピーされる時は失われます。
See Also
参照
Accessing Request Components
要請構成要素にアクセスする
var httpBody : Data?
The data sent as the message body of a request, such as for an HTTP POST request.
あるリクエストのメッセージ本文として送られるデータ、たとえばHTTP POSTリクエスト。