Contents

URLProtocolClient

The interface used by Urlprotocol subclasses to communicate with the URL Loading System.

Declaration

protocol URLProtocolClient : NSObjectProtocol, Sendable

Overview

Don’t implement this protocol in your application. Instead, your URLProtocol subclass calls methods of this protocol on its own client property.

Topics

Creating a response

Handling redirects

Working with cache data

Handling authentication challenges

Indicating loading progress or failure

See Also

Getting protocol attributes