Skip to content

Commit

Permalink
more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 16, 2010
1 parent bab8505 commit 75d8c08
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README
@@ -1,4 +1,5 @@
This is a collection of URI dispatching using Plack::Request and various CPAN modules. This is a collection of URI dispatching example code using
Plack::Request/Response and various dispatcher modules on CPAN.


Most examples would do: Most examples would do:


Expand All @@ -17,10 +18,11 @@ You can run tests against the dispatcher using:


NOTES NOTES


Here're some notes and observations. This is not a check-no-check This is NOT a check-no-check comparison. This is NOT a golf contest either.
comparison. When it says "Can't do ...", it doesn't necessarily mean a
minus - it means it's application's responsibility, which could mean When it says "Can't do ...", it doesn't necessarily mean a minus - it
more flexibilities. means it's application's responsibility, which could mean more
flexibilities.


Also, the requirement "POST to GET-only endpoint should give 405" is Also, the requirement "POST to GET-only endpoint should give 405" is
nice to have, while in many cases it's not a fair game to add to nice to have, while in many cases it's not a fair game to add to
Expand Down

0 comments on commit 75d8c08

Please sign in to comment.