Top "Alamofire" questions

Alamofire is an HTTP networking library written in Swift.

Swift wait for closure thread to finish

I'm using a very simple swift project created with SPM where it includes Alamofire. main.swift: import Alamofire Alamofire.request("…

swift alamofire swift-package-manager
How to upload multiple images in multipart using Alamofire?

I am stuck in uploading multiple images in multipart using Alamofire. Can any one help me? Thanks in advance!! For …

ios swift alamofire multipart alamofireimage
Alamofire response object mapping

I am an android developer new to swift 3 programming, I am using Alamofire for making api calls and to avoid …

ios swift swift3 alamofire objectmapper
what is the advantage of using Alamofire over NSURLSession/NSURLConnection for networking?

Can anyone help me in understanding these question : What is the advantage of using Alamofire over NSURLSession/ NSURLConnection? What are …

nsurlconnection alamofire nsurlsession mobile-application
RxSwift, how do I chain different observables

I am still a beginner in Reactive programming, and RxSwift in general. I want to chain two different operation. In …

ios swift alamofire rx-swift
Checking for multiple asynchronous responses from Alamofire and Swift

I am writing an application that depends on data from various sites/service, and involves performing calculations based on data …

ios swift asynchronous data-synchronization alamofire
Swift 2.0, Alamofire: Set cookies in HTTP Post Request

I want to set cookies in my HTTP POST request. Something like the cookie field in the HTTP Request below, …

swift cookies swift2 nsurlrequest alamofire
Alamofire Custom Parameter Encoding

I'm using Alamofire and want to encode my parameters with content type "text/html; charset=utf-8". I followed the documentation …

swift encoding alamofire nsmutableurlrequest
iOS Swift uploading PDF file with Alamofire (Multipart)

I'm currently developing an application using iOS 10 and Swift 3 and Alamofire 4 The purpose of this application is to upload a …

ios pdf file-upload alamofire
How to assign rawValue of enum to variable with ObjectMapper?

Hello I am using Object Mapper with Alamofire in Swift and I am trying to map enum raw value to …

swift alamofire objectmapper