Questions tagged [cocoa-spdy]

CocoaSPDY adds SPDY support to Apple's NSURL stack on iOS and OS X.

You can read more about CocoaSPDY on the project's GitHub page. CocoaSPDY was developed by Twitter.

1 questions
1
vote
3 answers

SPDY for iOS with AFNetworking

I'm trying SPDY for iOS app, which currently uses AFNetworking (2.1.0) to handle HTTP requests. Server side, I'm using Google App Engine (Checked with SPDYCheck) it's SPDY-friendly. Here's how I integrated SPDY in my code. I'm using…
xialin
  • 7,686
  • 9
  • 35
  • 66