Skip to content

Instantly share code, notes, and snippets.

@aydin-emre
Created February 3, 2022 08:56
Show Gist options
  • Save aydin-emre/0e5cf7c3279d8599404407a630b9bbc0 to your computer and use it in GitHub Desktop.
Save aydin-emre/0e5cf7c3279d8599404407a630b9bbc0 to your computer and use it in GitHub Desktop.
URLSession with configuration
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