HTTPMethod
The HTTP request method.
HTTPリクエストメソッド。
URL
The URL being requested.
要請されているURL。
HTTPBody
The request body.
要請本文。
mainDocumentURL
The main document URL.
メインドキュメントURL。
Availability 有効性
Technology
@property(retain) NSInputStream
*HTTPBodyStream;
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
の中のあらゆるデータを消去します。これらの値は相互に排他的です。
HTTPMethod
URL
HTTPBody
mainDocumentURL