NSHTTPURLResponse
NSHTTPURLResponse
- Subject: NSHTTPURLResponse
- From: Koen van der Drift <email@hidden>
- Date: Sun, 6 Jul 2003 13:55:29 -0400
Hi again,
Does anyone know how to use NSHTTPURLResponse? The docs give some info
but I am not sure what to do. I am using NSURLDownload to get some data
from a database. A possible reply from the database is a 404 'not
found' error. The receivedData actually contains the complete html file
that displays this 404 error, so one thing I could do is search the
text for an error. However, NSHTTPURLResponse seems like a tool that is
designed for this, making life much easier for me.
I realize this code is just added to Cocoa, so not many people might
have used it.
thanks,
- Koen.
_______________________________________________
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.