summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/design_philosophies.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt
index 2084c992a5..2988672f02 100644
--- a/docs/design_philosophies.txt
+++ b/docs/design_philosophies.txt
@@ -242,3 +242,9 @@ Loose coupling
A view shouldn't care about which template system the developer uses -- or even
whether a template system is used at all.
+
+Designate between GET and POST
+------------------------------
+
+GET and POST are distinct; developers should explicitly use one or the other.
+The framework should make it easy to distinguish between GET and POST data.