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?
Asked
Active
Viewed 105 times
1

CTMacUser
- 1,996
- 1
- 16
- 27
1 Answers
0
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.

dgatwood
- 10,129
- 1
- 28
- 49