# HTTP Router ## What is it? This is an HTTP router for use in either a web framework, or on it's own using Rack. It takes a set of routes and attempts to find the best match for it. Take a look at the examples directory for how you'd use it in the Rack context. ## Features * Ordered route resolution. * Supports variables, and globbing, both named and unnamed. * Regex support for variables. * Request condition support. * Partial matches. * Supports interstitial variables (e.g. /my-:variable-brings.all.the.boys/yard) and unnamed variable /one/:/two * Very fast and small code base (~1,000 loc). * Sinatra via https://github.com/joshbuddy/http_router_sinatra
5 lines
249 B
Text
5 lines
249 B
Text
$NetBSD: distinfo,v 1.1 2013/02/11 12:43:13 taca Exp $
|
|
|
|
SHA1 (http_router-0.10.2.gem) = 6915567ec42c411e35a12a0807abb825d792f755
|
|
RMD160 (http_router-0.10.2.gem) = 3595b8c7a779cada03a5fb62199635e2220e9bea
|
|
Size (http_router-0.10.2.gem) = 156160 bytes
|