paulmelnikow / AFNetworking-Synchronous

Synchronous requests for AFNetworking 1.x, 2.x, and 3.x
MIT License
162 stars 34 forks source link

Synchronous support for AFURLSessionManager #4

Open paulmelnikow opened 9 years ago

paulmelnikow commented 9 years ago

In the afn2 branch is a category for synchronous methods on AFHTTPRequestOperationManager.

It'd be good to add synchronous methods for AFURLSessionManager as well.

Perhaps we could use @floschliep's promising implementation: floschliep/NSURLSession-SynchronousTask

floschliep commented 9 years ago

Sure, go for it!

paulmelnikow commented 7 years ago

The 3.x implementation in 7d968ec includes support for AFHTTPSessionManager which may easily be backported to 2.x if there's a need.