Skip to content

Instantly share code, notes, and snippets.

@bmeck
Created July 23, 2010 17:09
Show Gist options
  • Save bmeck/487730 to your computer and use it in GitHub Desktop.
Save bmeck/487730 to your computer and use it in GitHub Desktop.
switch(protocol) {
//first set it to secure
case "https:":
stream.setSecure(true)
case "http:":
stream.write(text)
stream.end()
break
case "ftp:":
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment