Skip to content

Instantly share code, notes, and snippets.

@mataki
Created November 15, 2010 06:35
Show Gist options
  • Save mataki/700108 to your computer and use it in GitHub Desktop.
Save mataki/700108 to your computer and use it in GitHub Desktop.
require "net/http"
require "uri"
http = Net::HTTP.new("www.youroom.local", "3000")
http.send_request('CONNECT', "/")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment