Skip to content

Instantly share code, notes, and snippets.

@jschairb
Created June 29, 2013 12:19
Show Gist options
  • Save jschairb/5890911 to your computer and use it in GitHub Desktop.
Save jschairb/5890911 to your computer and use it in GitHub Desktop.
A rack application for collecting requests.
class RequestCollector
def call(environment)
end
end
source 'https://rubygems.org'
gem 'rack'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment