Alamofire is an HTTP networking library written in Swift.
https://github.com/Alamofire/Alamofire
- Chainable Request / Response methods
- URL / JSON / plist Parameter Encoding
- Upload File / Data / Stream / MultipartFormData
- Download using Request or Resume data
- Authentication with NSURLCredential
- HTTP Response Validation
- TLS Certificate and Public Key Pinning
- Progress Closure & NSProgress
- cURL Debug Output
- Comprehensive Unit Test Coverage
- Complete Documentation