Skip to content

Instantly share code, notes, and snippets.

@nickjshearer
Created May 28, 2013 13:40
Show Gist options
  • Save nickjshearer/5662832 to your computer and use it in GitHub Desktop.
Save nickjshearer/5662832 to your computer and use it in GitHub Desktop.
NSURLRequest *urlReq = [NSURLRequest requestWithURL:url
cachePolicy:NSURLRequestReturnCacheDataElseLoad
timeoutInterval:30.0];
AFHTTPRequestOperation *request = [[AFHTTPRequestOperation alloc] initWithRequest:urlReq];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment