Development/아이폰
[Objective-C] NSURL, NSURLRequest, NSURLConnection
江多林
2013. 7. 8. 14:54
NSURL : unified URL
NSURLRequest : request of NSURL
NSURLConnection : connection and loading manager of NSURLRequest
how can get Supported URL by NSURLConnection.
Here's a solution
NSURLConneciton +canHandleRequest:(NSURLRequest *)
==> It shall know you can handle the request with NSURLConnection.