/pendragon-radix

Pendragon meets Radix Tree

Primary LanguageRubyMIT LicenseMIT

Pendragon::Radix

Pendragon::Radix is an implementation of HTTP router for use in Rack. This is implemented using radix tree.

Installation

Add this line to your application's Gemfile:

gem 'pendragon-radix'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pendragon-radix

Usage

Usage is almost same as pendragon. However, a few features are not implemented yet.

Unimplemented features

  • Multiple Splats
  • Cascading

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/namusyaka/pendragon-radix.

License

The gem is available as open source under the terms of the MIT License.