Skip to content

Instantly share code, notes, and snippets.

@fkchang
Last active May 30, 2017 17:34
Show Gist options
  • Save fkchang/caa49bb363ead3d0a89058e7a7022c60 to your computer and use it in GitHub Desktop.
Save fkchang/caa49bb363ead3d0a89058e7a7022c60 to your computer and use it in GitHub Desktop.
HTTP::Server.listen(port) { |req, res|
[200, {'Content-Type': 'text/plain'}, "Hello World\n"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment