Re: Extending NSURLProtocol
Re: Extending NSURLProtocol
- Subject: Re: Extending NSURLProtocol
- From: Christoph Priebe <email@hidden>
- Date: Thu, 13 Nov 2003 17:55:06 +0100
On Nov 12, 2003, at :12 PM, Brian Christensen wrote:
On Nov 12, 2003, at 3:09 PM, Christoph Priebe wrote:
I would like to extend the NSURLProtocol, does anybody know of
some kind of example code to do this?
You can't extend a protocol, as it would break the conformity of any
object that adopted the original protocol.
Except NSURLProtcol isn't actually a protocol, it's a class.
What are you wanting to do specifically?
I would like to re-direct WebKit into my application core and feed
WebKit from the core. I'm thankful for every alternative route in
doing this. At the moment I'm playing with an embeded web-server.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.