SwiftHTTP icon indicating copy to clipboard operation
SwiftHTTP copied to clipboard

Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

Results 23 SwiftHTTP issues
Sort by recently updated
recently updated
newest added

Hello, I called HTTP.POST() after screen-lock with iPad Mini first generation(iOS 9.3.5). `HTTP.POST(GlobalDefine.remotebleEndPoint, parameters: posts, headers: CloudConnector.getHTTPRequestHeader()){` ` Response in` ` // do something` `})` Then, I got the below...

There seems to be a large delay for the response to be returned. I realize the thread might be running in the background with a low priority. Is there a...

I use the 'Swift HTTP backwards compatibility branch' for my project and my app crashes when I try to upload a video (~3 minutes, iPhone 6 camera quality). My code:...