Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created June 18, 2010 22:57
Show Gist options
  • Select an option

  • Save probablycorey/444335 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/444335 to your computer and use it in GitHub Desktop.
[HTTP get:url callback:^ {(HTTPResponse *response, NSError *error)
if (error) {
// Do something
return;
}
NSLog(@"Response Body %@", response.body);
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment