Skip to content

Instantly share code, notes, and snippets.

@lvyile
Created February 12, 2011 08:13
Show Gist options
  • Save lvyile/823601 to your computer and use it in GitHub Desktop.
Save lvyile/823601 to your computer and use it in GitHub Desktop.
Cast
- (void)connection:(NSURLConnection *)aConnection didReceiveResponse:(NSURLResponse *)aResponse{
NSHTTPURLResponse* aHttpResponse = (NSHTTPURLResponse*)aResponse;
NSLog(@"aResponse[%@]", aHttpResponse.allHeaderFields);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment