first draft of http methods, with a test case
authorJohn Napiorkowski <jjn1056@yahoo.com>
Wed, 16 Nov 2011 02:17:36 +0000 (21:17 -0500)
committerJohn Napiorkowski <jjn1056@yahoo.com>
Tue, 29 Nov 2011 21:40:15 +0000 (16:40 -0500)
commit456dc2bbf3016f2597cee32e06de13bd06d5eb0f
tree772ee350b3c77d9a4805beeddf2c42fbb8b972b9
parent481da1e202d4de54f3bf692e11ba912833ccc276
first draft of http methods, with a test case

added implicit HEAD and general refactor

added docs and minor code tweaks, more tests

test case for one helper

rewrite to deal with chaining correctly

removed silly debug code

support for options

options test cases

finished mst code review changes
lib/Web/Dispatch.pm
lib/Web/Dispatch/HTTPMethods.pm [new file with mode: 0644]
lib/Web/Dispatch/Predicates.pm
t/predicate_objects.t [moved from t/proxy-predicates.t with 100% similarity]
t/wd-http-methods.t [new file with mode: 0644]