square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.86k stars 595 forks source link

Full NSURLSession support and various improvements #151

Closed mikelikespie closed 9 years ago

mikelikespie commented 9 years ago

This uses private APIs to get full access to NSURLSession.

These changes will make it work with convenience methods such as -[NSURLSession dataTaskWithRequest:completionHandler:]

@viteinfinite Since it seems like you did the initial support for NSURLSession, could you take a look at this. (I don't think there will be any regressions)

cc @mthole and @wlue for review as well

mthole-old commented 9 years ago

LGTM