Christian Noon 30a55d6cce Added override for `NSMutableURLRequest` for the `URLRequestConvertible` protocol. 10 years ago
..
Alamofire.h 8f8e9acfa0 Fixing whitespace 10 years ago
Alamofire.swift 30a55d6cce Added override for `NSMutableURLRequest` for the `URLRequestConvertible` protocol. 10 years ago
Download.swift ed5c1c9dd6 Reformatted source code and documentation to fit within 120 characters. 10 years ago
Error.swift 85b90fe115 [Issue #668] Made the static error convenience functions public. 10 years ago
Info.plist 8c0a49c20c Bumped the version of the framework and podspec to 2.0.0-beta.1. 10 years ago
Manager.swift 6f3c72cefc [Issue #672] Removed required declaration on the Manager init method. 10 years ago
MultipartFormData.swift b4cb7cc30c Added watchOS framework with all source files and updated README. 10 years ago
ParameterEncoding.swift 228003e804 Merge pull request #660 from Alamofire/feature/opening_up_parameter_encoding 10 years ago
Request.swift 62a5683b38 Fixed issue where the operation queue would leak if the task was never started. 10 years ago
ResponseSerialization.swift becb34c8c8 Added tests around all response serializers raising the code coverage. 10 years ago
Result.swift 09fc146b08 Added CustomStringConvertible and CustomDebugStringConvertible conformance. 10 years ago
ServerTrustPolicy.swift 001c03dd55 Switched server trust host validation over to use SSL policy evaluation. 10 years ago
Stream.swift f4a3a50637 Added support for stream tasks in iOS 9+ and OSX 10.11+. 10 years ago
Upload.swift 94d1128810 Refactored the MultipartFormData encoding to leverage Swift 2.0 error handling. 10 years ago
Validation.swift d58446edf8 Refactored response validation and serialization to leverage result types. 10 years ago