Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quangDecember/979832c52cb92865331fddefc22cda9c to your computer and use it in GitHub Desktop.
Save quangDecember/979832c52cb92865331fddefc22cda9c to your computer and use it in GitHub Desktop.
#if MOCK_URL_PROTOCOL
let configuration = URLSessionConfiguration.ephemeral
configuration.protocolClasses = [MockURLProtocol.self]
let urlSession = URLSession(configuration: configuration)
#else
let urlSession = URLSession.shared
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment