I have questions about 'Response' from server.
'content in HTTP Response' is same meaning of 'body of HTTP Response (not head of HTTP Response)'?
How to get content or body of HTTP Response?
What is diffrence of NSURLResponse and NSHTTPURLResponse?
I have questions about 'Response' from server.
'content in HTTP Response' is same meaning of 'body of HTTP Response (not head of HTTP Response)'?
How to get content or body of HTTP Response?
What is diffrence of NSURLResponse and NSHTTPURLResponse?
You have first read documentation of apple for NSHTTPURLResponse
1: http://developer.apple.com/library/mac/#documentation/cocoa/Reference/Foundation/Classes/NSHTTPURLResponse_Class/Reference/Reference.html and NSURLResponse