Jon Shier
|
cc57cd7f44
Adopt Swift 5.1 (#3066)
|
5 years ago |
Jon Shier
|
6a75f4f450
Add AF*Response, AFResult types, update tests to use AFError (#2921)
|
6 years ago |
Jon Shier
|
ab47c9774e
Add SwiftFormat (#2918)
|
6 years ago |
philtre
|
a13c697453
Ubiquitous AFError (#2897)
|
6 years ago |
philtre
|
755dd5139b
Add failure constraint to *Response (#2893)
|
6 years ago |
Jon Shier
|
dfd0ac25ec
[Alamofire 5]: Update all inline API documentation. (#2845)
|
6 years ago |
Christian Noon
|
9d1cec8caa
Rename `httpHeaders` properties to `headers` (#2802)
|
6 years ago |
Christian Noon
|
96f9655f3b
Added retry support per request as well as retry policies
|
6 years ago |
Jon Shier
|
3e488dcd5c
Alamofire 5! (#2375)
|
7 years ago |
Jon Shier
|
1032399187
Update to 4.7.1. (#2476)
|
7 years ago |
Christian Noon
|
c20e17e38e
Fixed the copyright in all the source files.
|
8 years ago |
Laurenz Lazarus
|
c8700ac7ea
[PR #2047] Added missing charset to the JSONEncoding encode API.
|
8 years ago |
Christian Noon
|
18067d1e09
Refactored top-level APIs by removing external `resource` parameter name.
|
9 years ago |
Christian Noon
|
763747a945
Refactored RequestType to RequestTask and moved TaskConvertible in as well.
|
9 years ago |
Christian Noon
|
95a0ad51be
Added safety to URLStringConvertible, URLRequestConvertible and RequestAdapter.
|
9 years ago |
Christian Noon
|
e96befe3ec
[PR #1491] Removed URLStringConvertible conformance on URLRequest.
|
9 years ago |
Christian Noon
|
722b701e40
Method now defaults to `.get` for request and download and `.post` for upload.
|
9 years ago |
Christian Noon
|
8870ded65a
Added internal fileURL property for choosing temp or destination URL.
|
9 years ago |
Christian Noon
|
cea1449c70
Destinations are now optional and DownloadOptions make moving files more robust.
|
9 years ago |
Christian Noon
|
cb4575cf91
Validation now exposes response data or destinationURL and supports subclasses.
|
9 years ago |
Christian Noon
|
d79de7db02
Validation now exposes response data or destinationURL and supports subclasses.
|
9 years ago |
Christian Noon
|
7ed3ce5ecd
Moved response serializers to data requests and added variants for download requests.
|
9 years ago |
Christian Noon
|
7e570726ca
Switched Requestable single case enumeration over to a struct instead.
|
9 years ago |
Christian Noon
|
b56bd7d8c2
Added syncResult extension to DispatchQueue to simplify thread-safe locking.
|
9 years ago |
Christian Noon
|
eecde562c8
Created Data, Download, Upload and Stream Request subclasses.
|
9 years ago |
Christian Noon
|
5a2bea803c
RequestAdapter and RequestRetrier protocols now allow Requests to be retried.
|
9 years ago |
Christian Noon
|
79c6d5b582
Simplified validation tests by using optional comparisons rather than binds.
|
9 years ago |
Jon Shier
|
7b419b76a4
[PR #1419] Refactored Error to new AFError system across all APIs.
|
9 years ago |
Christian Noon
|
8b76a4a09a
SessionDelegate now stores Requests internally in preparation for retry logic.
|
9 years ago |
Christian Noon
|
d9fb21e5c8
Refactored all Core APIs and documentation to match Swift 3 API design guidelines.
|
9 years ago |