Skip to content
nabla-c0d3 edited this page Jan 15, 2013 · 2 revisions

NSURLConnection

Loading Data Synchronously

    • sendSynchronousRequest:returningResponse:error:

Loading Data Asynchronously

    • connectionWithRequest:delegate:
  • – initWithRequest:delegate:
  • – initWithRequest:delegate:startImmediately:
    • sendAsynchronousRequest:queue:completionHandler:

NSHTTPCookie

Create Cookie Instances

    • cookiesWithResponseHeaderFields:forURL:
    • cookieWithProperties:
  • – initWithProperties: