Christoph Wendt

Results 3 comments of Christoph Wendt

BTW, here's my setup code: ``` swift func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { if let sharedRecorder = SWHttpTrafficRecorder.sharedRecorder() { sharedRecorder.recordingFormat = SWHTTPTrafficRecordingFormat.BodyOnly sharedRecorder.progressDelegate = self let...

Hi, thank you for the info. you are right about the default session configuration. didn't check the docs and the naming was a bit missleading. unfortunately, I can't access the...

Hi @Mo7amedFouad , Thank you so much for your merge request and for your interest in our project! It's great to see your contribution. I’ve reviewed your code and it...