Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 

README.markdown

A domain-based router for Rack

Usage

use Rack::Domains do map /^.*.example.com$/, MainApp.new map "example.com", LandingPageApp.new end

About

Domain-based routing for Rack.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.