SwiftyRequest
SwiftyRequest copied to clipboard
SwiftyRequest is an HTTP networking library built for Swift.
Verify server certificates the user is connecting to. In relation to this issue: https://github.com/IBM-Swift/SwiftyRequest/issues/19
Need to investigate why swift-dev build is failing https://travis-ci.org/github/Kitura/SwiftyRequest/jobs/750079953 https://github.com/Kitura/SwiftyRequest/pull/87
Update the Podspec for the 3.0.0 release and add a dependency on the async-http-client. **DO NOT MERGE**: async-http-client pod does not yet exist. See https://github.com/swift-server/async-http-client/issues/114
For Firebase RestRequest there's a need of `ignoreUncleanSSLShutdown` being `true` Anyway it should be possible to adopt the HTTPClient.Configuration
Hi all, I'm faced with the issue, that download method just creates an empty file, but actually no content downloads. Tested on my mac, with XCode 11, SwiftyRequest v3.0.0. The...
I don't know what this is but it says **BUG DETECTED** so I thought I should show you. It crashes my entire app.
Larger multi-threaded requests in 3.1.0 take a significantly longer time (up to 5x) to complete compared to 2.x
Aloha!, I noticed that there's no option to allow redirects on the library, I see that async-http-client has an option to do so https://github.com/swift-server/async-http-client#redirects-following Is there any other way to...