Introduction | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10376245-networking-with-urlsession/lessons/9

Wanted to understand difference between

session.dataTask(with: request)

and

session.dataTask(with: URL)

which one to use when ?

Thanks