You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2022-11-27
NEW FEATURES
[#69] Added a new retry strategy (.afterTask(TimeInterval, RetryTask, RetryTaskErrorCatcher?)) to allow performing an async task before retrying the original request. With this new option is possible to perform work outside RealHTTP and inject whatever you need into the original request.
[#73] Added an explicit option for specifying boolean and array encoding strategies when adding parameters in bulk via formURLEncodedBody() function.
[#72] All methods and properties of HTTPAltRequestValidator are now marked as open to allow further customization of the validation behaviors.
FIXES
[#68] Removed warning for withTaskCancellationHandler() method in HTTPDataLoader in Swift 5.5. Also fixed the test_largeFileTestResume() unit test
[#70] Fixed the match(URL:) (with .ignoreQueryParameters) HTTPStubber function, which failed to match an URL when the port is explicitly set.
CONTRIBUTORS
Thanks to @frajaona for the new retry request strategy in #69