Some http libs (such as SwiftHTTP) go directly on instantiating a session object using the directive
[NSURLSession.sharedSession]
instead of using a configuration object
NSURLSessionConfiguration.{default|ephemeral}
We should provide support for that case too.
Issues link