We are about to pull the trigger and switch from AFNetworking to Alamofire and we just want to make sure that it is future proof.
One of the question is does it support HTTP pipelining?
thx
Yes it does.
You just have to override the RequestAdapter class, do urlRequest.httpShouldUsePipelining = true inside it and then just return urlRequest instance.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With