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