Christian Noon
|
2e1cbb8193
Added extra progress check to increase reliability of download tests.
|
9 年之前 |
Christian Noon
|
65ac1c5f2d
Refactored ParameterEncoding into a protocol with url, json and plist structs.
|
9 年之前 |
Christian Noon
|
99f168980f
Cleaned up parameter encoding assertions and removed unnecessary nil coalescing.
|
9 年之前 |
Christian Noon
|
e3f3cefb2b
Modified task delegate to only store the url session task error if error is nil.
|
9 年之前 |
Christian Noon
|
25b8cf0fca
ParameterEncoding encode API now throws instead of returning tuple.
|
9 年之前 |
Jon Shier
|
418b0fc16a
Updates for the Xcode 8 GM.
|
9 年之前 |
Christian Noon
|
6effc0883e
Removed unnecessary `public` extension declarations and updated docstrings.
|
9 年之前 |
Jon Shier
|
e5d6f637b1
Refactor User-Agent generation, add documentation and test.
|
9 年之前 |
Christian Noon
|
78c7b9d766
Merge pull request #1462 from Alamofire/feature/destinations-options-and-apis
|
9 年之前 |
Christian Noon
|
bc2f0aa91c
Removed excess `method` declarations on download and upload APIs in test suite.
|
9 年之前 |
Christian Noon
|
2e08bb7341
Added missing labels to `Validation` typealias in `DownloadRequest` extension.
|
9 年之前 |
Christian Noon
|
7a2455197f
Simplified DownloadOptions struct by removing typealias and bitmask properties.
|
9 年之前 |
Christian Noon
|
66fc1a872b
Updated download docstrings to be more specific about destination closure behavior.
|
9 年之前 |
Christian Noon
|
722b701e40
Method now defaults to `.get` for request and download and `.post` for upload.
|
9 年之前 |
Christian Noon
|
8870ded65a
Added internal fileURL property for choosing temp or destination URL.
|
9 年之前 |
Christian Noon
|
2b72506c17
Added tests validating failure and success scenarios around download options.
|
9 年之前 |
Christian Noon
|
cea1449c70
Destinations are now optional and DownloadOptions make moving files more robust.
|
9 年之前 |
Christian Noon
|
3bd8650a65
Added URL variants to the FileManager extension in the test suite.
|
9 年之前 |
Christian Noon
|
81887739a6
Added missing CustomDebugStringCovertible conformance to DownloadResponse.
|
9 年之前 |
Christian Noon
|
cb4575cf91
Validation now exposes response data or destinationURL and supports subclasses.
|
9 年之前 |
Christian Noon
|
cb2f77f08c
Merge pull request #1461 from Alamofire/feature/robust-validation
|
9 年之前 |
Christian Noon
|
a01540bc30
Added `isWildcard` property to MIMEType struct for convenience.
|
9 年之前 |
Christian Noon
|
cb44f1f18b
Updated SessionManager APIs to all leverage TaskConvertible conformance.
|
9 年之前 |
Christian Noon
|
d79de7db02
Validation now exposes response data or destinationURL and supports subclasses.
|
9 年之前 |
Christian Noon
|
6692413151
Added `dataFileNil` and `dataFileReadFailed` cases to ResponseValidationFailureReason.
|
9 年之前 |
Christian Noon
|
dae62b2c41
Merge pull request #1457 from Alamofire/feature/response-serializers-per-subclass
|
9 年之前 |
Christian Noon
|
2cb278275a
Refactored the response serializer types to use the `Protocol` suffix.
|
9 年之前 |
Christian Noon
|
66712de464
Common directories are now created when test case is started.
|
9 年之前 |
Christian Noon
|
9fe249f046
Added download response serialization tests for all serializer types.
|
9 年之前 |
Christian Noon
|
e1107439a7
Fixed up compilation errors in the iOS Example around response serializers.
|
9 年之前 |