Skip to content

Instantly share code, notes, and snippets.

@TungVuDuc2805
Last active April 26, 2020 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TungVuDuc2805/1ca034ca2c6f539e95a44db93bdda1d0 to your computer and use it in GitHub Desktop.
Save TungVuDuc2805/1ca034ca2c6f539e95a44db93bdda1d0 to your computer and use it in GitHub Desktop.
class HTTPClient {
var session: URLSession = .shared
init() {}
}
let client = HTTPClient()
client.session = URLSession(configuration: .ephemeral)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment