func urlProtocol (URLProtocol, didLoad : Data)
Tells the client that the protocol implementation has loaded some data.
クライアントに、プロトコル実装が何らかのデータをロードしたことを伝えます。
func urlProtocolDidFinishLoading (URLProtocol)
Tells the client that the protocol implementation has finished loading.
クライアントに、このプロトコル実装がロードを終えたことを伝えます。