Skip to content

Instantly share code, notes, and snippets.

@chamook
Created February 25, 2019 20:45
Show Gist options
  • Save chamook/b793d64db5558dd4dcea24d922bada71 to your computer and use it in GitHub Desktop.
Save chamook/b793d64db5558dd4dcea24d922bada71 to your computer and use it in GitHub Desktop.
let url = URL(string: "http://localhost:5000/my-colours")!
var request = URLRequest(url: url)
request.setValue("application/vnd.chamook.mini-colours+json", forHTTPHeaderField: "Accept")
URLSession.shared.dataTask(with: request) { [weak self] (data, response, error) in
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment