Daily iOS
Networking

URLSession structure

You've inherited an app that does all its networking through URLSession.shared. Can you walk me through the objects involved when URLSession handles one request (session, configuration, task) and what each one is responsible for?

Submit