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 лет назад |
Christian Noon
|
ded94a4c35
Refactored uploadProgress parameter names to reflect sending instead of receiving.
|
9 лет назад |
Christian Noon
|
7ed3ce5ecd
Moved response serializers to data requests and added variants for download requests.
|
9 лет назад |
Christian Noon
|
d9d22df49b
Added two serialization failure reasons to support download response serializers.
|
9 лет назад |
Christian Noon
|
2b4c443faa
BaseTestCase now deletes contents of common directories using FileManager extension.
|
9 лет назад |
Christian Noon
|
f9a2f687d6
Fixed up test file copyright header…no functional changes.
|
9 лет назад |
Christian Noon
|
17dfcdc8d4
Merge pull request #1455 from Alamofire/feature/request-subclasses-and-progress
|
9 лет назад |
Christian Noon
|
eca9afa9fe
Dropped `NS` prefix from UUID and removed comment that is no longer needed.
|
9 лет назад |
Christian Noon
|
08c0bec9c9
Added labels to the Streamable.stream associated values for clarity.
|
9 лет назад |
Christian Noon
|
7e570726ca
Switched Requestable single case enumeration over to a struct instead.
|
9 лет назад |
Christian Noon
|
b56bd7d8c2
Added syncResult extension to DispatchQueue to simplify thread-safe locking.
|
9 лет назад |
Christian Noon
|
004b315623
Refactored `authorizationHeader` API to drop the `From`…no functional changes.
|
9 лет назад |
Christian Noon
|
97658eb49b
Fixed compilation issue in iOS Example with DownloadRequest destination closure.
|
9 лет назад |
Christian Noon
|
99fd1990f5
Refactored progress tracking across Request subclasses to improve accuracy.
|
9 лет назад |
Christian Noon
|
50f653388f
Added responseToSelector customization for stream delegate APIs.
|
9 лет назад |
Christian Noon
|
43ebade235
Added top-level APIs for creating StreamRequest instances.
|
9 лет назад |
Christian Noon
|
eecde562c8
Created Data, Download, Upload and Stream Request subclasses.
|
9 лет назад |
Christian Noon
|
175e470fe7
Each SessionManager queue now has a unique name.
|
9 лет назад |
Christian Noon
|
612abecb13
Switched authorizationHeader static method over to returning optional tuple.
|
9 лет назад |
Christian Noon
|
70067ba43e
Merge pull request #1450 from Alamofire/feature/adapter-and-retrier-system
|
9 лет назад |
Christian Noon
|
2f005e490b
Moved retrier production disclaimer above example for better reinforcement.
|
9 лет назад |
Christian Noon
|
904d0d3605
Switched retry logic over to a guard instead of if / else to reduce nesting.
|
9 лет назад |
Christian Noon
|
e225359183
Added an `Adapting and Retrying Requests` section to the README.
|
9 лет назад |