cwninja

Rack middleware submitted by cwninja

Sort by: Latest | Highest rated

Rack::ForceDomain

Added by cwninja at May 17, 2010 15:02 Star_smallStar_smallStar_smallStar_smallStar_small_half

Rack::ForceDomain: Force all visitors onto a single domain.

Rack::Nocache

Added by cwninja at May 17, 2010 14:59 Star_smallStar_smallStar_smallStar_smallStar_small

Rack::Nocache ensures all requests are uncached.

Rack::CacheBuster Contest finalist

Added by cwninja at October 26, 2009 18:51 Star_small_grayStar_small_grayStar_small_grayStar_small_grayStar_small_gray

Make all ETags code revision number specific, and gradually align all expiry times to a single point in time.

Rack::Proxy

Added by cwninja at October 11, 2009 22:52 Star_small_grayStar_small_grayStar_small_grayStar_small_grayStar_small_gray

Proxy server to route specific requests to specific remote servers.

Combine with Rack::Cache for a slow and inefficient remote caching proxy!

Useful for proxying remote webservices for XS AJAX calls.