Skip to content

Instantly share code, notes, and snippets.

View pmamediagroup's full-sized avatar

Geoff Nelson pmamediagroup

View GitHub Profile
@pmamediagroup
pmamediagroup / proxy.rb
Created March 13, 2012 22:41 — forked from torsten/proxy.rb
A quick HTTP proxy server in Ruby.
#!/usr/bin/env ruby
# A quick and dirty implementation of an HTTP proxy server in Ruby
# because I did not want to install anything.
#
# Copyright (C) 2009 Torsten Becker <torsten.becker@gmail.com>
require 'socket'
require 'uri'