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