How to send batch request by using AFNetworking 3.0

Viewed 1180

I use AFNetworking 3.0 and I want to send batch request. AFNetworking 2.0 is support enqueueBatchOfHTTPRequestOperations:progressBlock:completionBlock not AFNetworking 3.0.

How can I send a batch of requests using AFHTTPSessionManager?

1 Answers
Related