Commit graph

3 commits

Author SHA1 Message Date
taca
22c5f7417f Update ruby-http_router to 0.11.1.
Changes are not available, please refer commit log:
<https://github.com/joshbuddy/http_router/commits/master>.
2014-03-14 19:02:56 +00:00
obache
6c150b7cba Update ruby-http_router to 0.11.0.
no summary changes.
2013-06-16 09:36:23 +00:00
taca
3139cdf7b0 Add ruby-http_router package version 0.10.2.
# 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
2013-02-11 12:43:13 +00:00