Test that (GET+/foo)|(POST+/foo) works
[catagits/Web-Simple.git] / t / dispatch_parser.t
2014-05-20 Thomas Sibley Test that (GET+/foo)|(POST+/foo) works
2012-07-15 Robert Sedlacek allow parameter names to contain dots
2012-04-27 Matt S Trout basic named path part matching
2012-01-30 Christian Walde the ... part of '/foo...' should match ONLY empty strin...
2012-01-30 Christian Walde allow matching of empty path with the spec ~
2012-01-30 Christian Walde allow subdispatch to apply even when the url has no...
2012-01-30 Andrew Rodland Allow dots in path matchers, so that sub (/foo.html...
2012-01-30 Mateu X Hunter Add inner ** test
2011-10-04 Christian Walde more spacing fixes
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-04 Christian Walde added failing todo test for empty dispatch prototype
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2010-12-15 Matt S Trout factor out and simplify param parsing logic
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-14 Robin Edwards adapted to take dashes
2010-11-19 Matt S Trout factor dispatch parser out
2009-12-18 Josh McMichael fixed url path segment match regex so that trailing...
2009-11-30 Matt S Trout remove erroneous dispatch test
2009-11-27 Arthur Axel 'fREW... wrap tests in blocks and a failing tests for ?foo=
2009-11-24 Matt S Trout implement ?:foo syntax and make ?foo positional
2009-11-23 Matt S Trout working query parameter handling
2009-11-22 Matt S Trout /foo/*/... syntax
2009-11-22 Matt S Trout implement !
2009-11-22 Matt S Trout nesting error message
2009-11-22 Matt S Trout implement ()
2009-11-22 Matt S Trout test three combination |
2009-11-22 Matt S Trout implement | dispatch combinator
2009-10-22 Matt S Trout switch to + separated for sections
2009-10-22 Matt S Trout dispatch parser