var cachedResponse : CachedURLResponse?
The protocol’s cached response.
プロトコルのもつキュシャされた応答。
var client: URLProtocolClient?
The object the protocol uses to communicate with the URL loading system.
プロトコルがURLローディングシステムと通信するのに使うオブジェクト。
protocol URLProtocolClient
The interface used by
URLProtocol
subclasses to communicate with the URL Loading System.
URLProtocol
サブクラスによってURLローディングシステムと通信するのに使われるインターフェイス。
var request: URLRequest
The protocol’s request.
プロトコルのもつリクエスト。