Created
February 3, 2022 08:56
-
-
Save aydin-emre/0e5cf7c3279d8599404407a630b9bbc0 to your computer and use it in GitHub Desktop.
URLSession with configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
session = URLSession(configuration: .default, | |
delegate: NSURLSessionPinningDelegate(), | |
delegateQueue: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment