Skip to content

csquared/request-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Logger

this is demo add-on that shows how one could log and modify an HTTP request before it hits a Heroku application.

Installation

it expects the user to install my rack-cgi-proxy and configure it via:

Gemfile:

gem 'rack-cgi-proxy', :git => 'git://github.com/csquared/rack-cgi-proxy.git'

config.ru

use Rack::CgiProxy, ENV['REQUEST_LOGGER_URL']

Install Add-on

heroku addons:add request-logger

About

example of an add-on that stores and modifies requests before they hit your app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages