What is the NSAboutURLProtocol class

127 Views Asked by At

When testing out my own URLProtocol subclass, I printed a list of the other subclasses the system knows about. I saw a "NSAboutURLProtocol" there. Does anyone know what it does?

1

There are 1 best solutions below

0
On

I think it handles the "about:" URL scheme, though I have no idea what "handles" means in this context. It probably returns a blank document with a 200 status code or something.