Swift Building and Parsing URLs in Swift Learn how to create a URL from components, parse a URL into components, and work with URL query items in Swift.
Swift Download Image or File From URL In Swift 5 Using URLSession Download and save files and images to a cache in Swift without Cocoapods.
Swift URLSession GET and POST HTTP Requests in Swift Learn how to make GET and POST HTTP requests in Swift using URLSession, including setting HTTP headers and body parameters.