consolidate tests for invalid psgi responses
[catagits/Web-Simple.git] / lib / Web / Dispatch /
2013-04-12 Karen Etheridge minor doc updates
2012-12-04 Matt S Trout expand ParamParser comment so nobody breaks it again
2012-07-15 Robert Sedlacek allow parameter names to contain dots
2012-04-27 Matt S Trout basic named path part matching
2012-04-03 Andrew Rodland Fix match parsing with perl 5.8.8
2012-01-30 Christian Walde added match_true and match_false
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 John Napiorkowski the "word" path part regex only allows singular period...
2012-01-30 Christian Walde all query body parameters are now decoded from UTF8...
2012-01-30 Andrew Rodland Allow dots in path matchers, so that sub (/foo.html...
2011-11-29 John Napiorkowski first draft of http methods, with a test case
2011-11-22 John Napiorkowski predicates are objects
2011-10-06 Matt S Trout maintain $env->{Web::Dispatch.original_env} for ParamPa...
2011-10-04 Christian Walde enable matching of empty string specs
2011-10-03 Matt S Trout experimental upload support
2011-09-23 Matt S Trout add *.* and **.* dispatch patterns
2011-02-11 Matt S Trout fix environment changes within subdispatch and arrange...
2011-02-02 Devin Austin added mst's fix to ParamParser for Content-type stuffs
2011-01-10 John Napiorkowski fix for response_filter regression and matching test
2010-12-15 Matt S Trout isolate param matching in Predicates
2010-12-15 Matt S Trout factor out and simplify param parsing logic
2010-12-15 Matt S Trout cleanup match_ usage
2010-12-15 Matt S Trout factor out match_not
2010-12-15 Matt S Trout refactor dispatch some more
2010-12-15 Matt S Trout handle strings as well as prototypes
2010-12-14 Robin Edwards adapted to take dashes
2010-11-27 Matt S Trout fix config handling, finish porting bloggery, safer...
2010-11-24 Matt S Trout as_psgi_app becomes to_psgi_app, factor dispatcher...
2010-11-19 Matt S Trout factor dispatcher out into Web::Dispatch
2010-11-19 Matt S Trout make non-/-terminated path matches allow an extension
2010-11-19 Matt S Trout factor dispatch parser out