No commit activity in last 3 years
No release in over 3 years
Rack middleware that normalizes the domain of GET requests.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
Rack::NormalizeDomain is a piece of Rack middleware that
normalizes the domains of all GET requests by redirecting.

By default, it normalizes www.example.com to example.com.

See the specification for more details.