Jonah
|
6359d9535c
Escape quotes in headers when building cURLRepresentation (#2474)
|
7 år sedan |
Christian Noon
|
c20e17e38e
Fixed the copyright in all the source files.
|
8 år sedan |
Christian Noon
|
72a4ad7c2d
Fixed #if swift formatting throughout codebase…no functional changes.
|
8 år sedan |
htinlinn
|
e396a0efc1
Fixed `substring` API warnings for Swift 3.2 and up (#2240)
|
8 år sedan |
Andrey Chernoprudov
|
0d2348dada
[PR #2184] Removed force unwrapped URLCredential values in cURL representation.
|
8 år sedan |
Simon Warta
|
e1e8e62c53
[PR #2070] Use curl -v instead of curl -i in cURLRepresentation.
|
8 år sedan |
Wolfgang Lutz
|
c4aed6f9ac
[PR #2104] Fixed misspelled words throughout the README.
|
8 år sedan |
Alexander Ignition
|
f8e719ec80
[PR #1893] Replaced syncResult extension with DispatchQueue.sync.
|
9 år sedan |
Aron Cedercrantz
|
19e5012aaa
[PR 1792] Added request property overrides to fallback on original task.
|
9 år sedan |
Christian Noon
|
8c399fc71f
Dropped deployment targets to iOS 8.0 and macOS 10.10 for upcoming release.
|
9 år sedan |
Christian Noon
|
9df01e64de
Retrier is now called when uploads encounter adapt error.
|
9 år sedan |
Christian Noon
|
136419bd9b
Retrier is now called when downloads encounter adapt error.
|
9 år sedan |
Christian Noon
|
5564f6bbdc
Throwing an error in adapter now calls retrier to check whether or not to retry.
|
9 år sedan |
Jon Shier
|
49f483c92f
[PR #1735] Fixed Xcode 8.1 compiler warnings and project suggestions.
|
9 år sedan |
Christian Noon
|
b98fe26cb8
[Issue #1672] Added Request retryCount property to support RequestRetrier.
|
9 år sedan |
Christian Noon
|
8bdaed3488
Removed unnecessary `String.Encoding` type specifier…no functional changes.
|
9 år sedan |
Christian Noon
|
763747a945
Refactored RequestType to RequestTask and moved TaskConvertible in as well.
|
9 år sedan |
Christian Noon
|
95a0ad51be
Added safety to URLStringConvertible, URLRequestConvertible and RequestAdapter.
|
9 år sedan |
Christian Noon
|
cb5e8db685
Request task is now optional allowing errors to potentially propagate through.
|
9 år sedan |
Christian Noon
|
7925a0a7fc
[Issue #1467] Removed downloadProgress and uploadProgress Int64 variants.
|
9 år sedan |
Christian Noon
|
a6b4f4df0d
Added HTTPHeaders typealias for top-level API convenience.
|
9 år sedan |
Aron Cedercrantz
|
9bcdee68cc
[PR #1489] Updated RequestRetrier completion to be escaping.
|
9 år sedan |
Jon Shier
|
418b0fc16a
Updates for the Xcode 8 GM.
|
9 år sedan |
Christian Noon
|
7a2455197f
Simplified DownloadOptions struct by removing typealias and bitmask properties.
|
9 år sedan |
Christian Noon
|
cea1449c70
Destinations are now optional and DownloadOptions make moving files more robust.
|
9 år sedan |
Christian Noon
|
08c0bec9c9
Added labels to the Streamable.stream associated values for clarity.
|
9 år sedan |
Christian Noon
|
7e570726ca
Switched Requestable single case enumeration over to a struct instead.
|
9 år sedan |
Christian Noon
|
b56bd7d8c2
Added syncResult extension to DispatchQueue to simplify thread-safe locking.
|
9 år sedan |
Christian Noon
|
004b315623
Refactored `authorizationHeader` API to drop the `From`…no functional changes.
|
9 år sedan |
Christian Noon
|
99fd1990f5
Refactored progress tracking across Request subclasses to improve accuracy.
|
9 år sedan |