Skip to content

Instantly share code, notes, and snippets.

@joesus
Created March 10, 2019 18:29
Show Gist options
  • Save joesus/a9d9a4892d75e41f394530b2b98177ca to your computer and use it in GitHub Desktop.
Save joesus/a9d9a4892d75e41f394530b2b98177ca to your computer and use it in GitHub Desktop.
var components = URLComponents()
components.scheme = "poop1234"
components.host = "\t\t\n\nWHat?#$"
components.path = "/\\users-#what?"
components.port = Int.max
components.url!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment