HTTPMethod
The HTTP request method.
HTTPリクエストメソッド。
URL
The URL being requested.
要請されているURL。
HTTPBody
The request body.
要請本文。
mainDocumentURL
The main document URL associated with the request.
リクエストと結びつけられるメインドキュメントURL。
Availability 有効性
Technology
@property(nullable, readonly, retain) NSInputStream
*HTTPBodyStream;
nil
if the body stream has not been set. The returned stream is for examination only—it is not safe to manipulate the stream in any way.
nil
、もしボディストリームが設定されていないならば。返されるストリームは試験のためだけのものです — ストレームを操るのはどんな方法であれ安全ではありません。
The receiver will have either an HTTP body or an HTTP body stream, only one may be set for a request. A HTTP body stream is preserved when copying an NSURLRequest
object, but is lost when a request is archived using the NSCoding
protocol.
レシーバは、HTTPボディまたはHTTPボディのストリームどちらかを持つでしょう、ただ1つだけがリクエストに対して設定されるかもしれません。HTTPホディストリームは、NSURLRequest
オブジェクトをコピーしている時は保全されます、しかしリクエストがNSCoding
プロトコルを使ってアーカイブされる時は失われます。
HTTPMethod
URL
HTTPBody
mainDocumentURL
HTTPBodyStream
HTTPBody