CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 02:30:37 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090901093613
location: https://web.archive.org/web/20090901093613/https://github.com/rack/rack-contrib/tree/0.9.0
server-timing: captures_list;dur=0.582975, exclusion.robots;dur=0.028105, exclusion.robots.policy;dur=0.016713, esindex;dur=0.011008, cdx.remote;dur=3.550060, LoadShardBlock;dur=239.324356, PetaboxLoader3.datanode;dur=129.656465, PetaboxLoader3.resolve;dur=58.872151
x-app-server: wwwb-app200
x-ts: 302
x-tr: 270
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app200; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 25 Aug 2025 02:30:37 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 01 Sep 2009 09:36:13 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1878ms
x-archive-orig-etag: "39cea8aa8ce4dccf6b7723bbf3cccb9d"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25065
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 01 Sep 2009 09:36:13 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 20 Feb 2009 19:12:22 GMT", ; rel="prev memento"; datetime="Thu, 23 Apr 2009 06:29:56 GMT", ; rel="memento"; datetime="Tue, 01 Sep 2009 09:36:13 GMT", ; rel="next memento"; datetime="Sun, 14 Feb 2010 08:13:57 GMT", ; rel="last memento"; datetime="Sun, 14 Feb 2010 08:13:57 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090901082744_crawl101.gpg-c/52_11_20090901093423_crawl101.arc.gz
server-timing: captures_list;dur=0.598709, exclusion.robots;dur=0.024338, exclusion.robots.policy;dur=0.014204, esindex;dur=0.010191, cdx.remote;dur=20.923113, LoadShardBlock;dur=178.414565, PetaboxLoader3.datanode;dur=130.798077, PetaboxLoader3.resolve;dur=157.677795, load_resource;dur=155.630678
x-app-server: wwwb-app200
x-ts: 200
x-tr: 419
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rack's rack-contrib at 0.9.0 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install rack-rack-contrib
Fork of rtomayko/rack-contrib | |
Description: | Contributed Rack Middleware and Utilities edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/rack/rack-contrib.git
Give this clone URL to anyone.
git clone git://github.com/rack/rack-contrib.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:rack/rack-contrib.git
|

Ryan Tomayko (author)
Fri Jan 23 03:31:43 -0800 2009
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Dec 08 21:22:46 -0800 2008 | Add gemspec for github builds and clean up Rake... [Ryan Tomayko] |
![]() |
COPYING | Sun Nov 30 21:28:09 -0800 2008 | boilerplate files; rack/contrib.rb and spec_rac... [Ryan Tomayko] |
![]() |
README.rdoc | Loading commit data... ![]() |
|
![]() |
Rakefile | ||
![]() |
lib/ | ||
![]() |
rack-contrib.gemspec | ||
![]() |
test/ |
README.rdoc
Contributed Rack Middleware and Utilities
This package includes a variety of add-on components for Rack, a Ruby web server interface:
- Rack::ETag - Automatically sets the ETag header on all String bodies.
- Rack::JSONP - Adds JSON-P support by stripping out the callback param and padding the response with the appropriate callback format.
- Rack::LighttpdScriptNameFix - Fixes how lighttpd sets the SCRIPT_NAME and PATH_INFO variables in certain configurations.
- Rack::Locale - Detects the client locale using the Accept-Language request header and sets a rack.locale variable in the environment.
- Rack::MailExceptions - Rescues exceptions raised from the app and sends a useful email with the exception, stacktrace, and contents of the environment.
- Rack::NestedParams - parses form params with subscripts (e.g., * "post[title]=Hello") into a nested/recursive Hash structure (based on Rails’ implementation).
- Rack::PostBodyContentTypeParser - Adds support for JSON request bodies. The Rack parameter hash is populated by deserializing the JSON data provided in the request body when the Content-Type is application/json.
- Rack::ProcTitle - Displays request information in process title ($0) for monitoring/inspection with ps(1).
- Rack::Profiler - Uses ruby-prof to measure request time.
- Rack::Sendfile - Enables X-Sendfile support for bodies that can be served from file.
- Rack::TimeZone - Detects the clients timezone using JavaScript and sets a variable in Rack’s environment with the offset from UTC.
- Rack::Evil - Lets the rack application return a response to the client from any place.
- Rack::Callbacks - Implements DLS for pure before/after filter like Middlewares.
Use
Git is the quickest way to the rack-contrib sources:
git clone git://github.com/rack/rack-contrib.git
Gems are currently available from GitHub clones:
gem install rack-rack-contrib --source=https://gems.github.com/
Requiring ‘rack/contrib’ will add autoloads to the Rack modules for all of the components included. The following example shows what a simple rackup (+config.ru+) file might look like:
require 'rack' require 'rack/contrib' use Rack::Profiler if ENV['RACK_ENV'] == 'development' use Rack::ETag use Rack::MailExceptions run theapp
Links
rack-contrib on GitHub: | <github.com/rack/rack-contrib> |
Rack: | <rack.rubyforge.org/> |
Rack On GitHub: | <github.org/rack/rack> |
rack-devel mailing list: | <groups.google.com/group/rack-devel> |
This feature is coming soon. Sit tight!