func urlProtocol (URLProtocol, didFailWithError : Error)
Tells the client that the load request failed due to an error.
クライアントに、ロードリクエストがエラーのために失敗したことを伝えます。
func urlProtocol (URLProtocol, didLoad : Data)
Tells the client that the protocol implementation has loaded some data.
クライアントに、プロトコル実装が何らかのデータをロードしたことを伝えます。