Skip to content

Instantly share code, notes, and snippets.

@pita5
Created October 26, 2012 08:37
Show Gist options
  • Save pita5/3957656 to your computer and use it in GitHub Desktop.
Save pita5/3957656 to your computer and use it in GitHub Desktop.
ASIHTTPRequest* headRequest = [ASIHTTPRequest requestWithURL:self.request.URL];
[headRequest setRequestMethod:@"HEAD"];
[headRequest startSynchronous];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment