summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-08-19 13:19:26 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2008-08-19 13:19:26 +0200
commit1b565831e7bbaab0bebb67672bc25d20bb6ea27c (patch)
treec2af62c7ddbd56c601d0b73d16d43bec2d4fee93
parentf0977a8a204fc1074f0d0211d0bdcc258feb5735 (diff)
downloadrack-1b565831e7bbaab0bebb67672bc25d20bb6ea27c.tar.gz
Document REQUEST_METHOD future changes
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 59d581e9..cc040c05 100644
--- a/README
+++ b/README
@@ -19,6 +19,7 @@ changes will be commited to the specification:
responses with an Transfer-Encoding of "identity" (default).
The Content-Length MUST be the same as the sum of the byte-sizes of
the chunks.
+* The REQUEST_METHOD may be any HTTP token.
Internal Rack modules have been updated to follow this behavior, but
the Rack 0.4 Lint does NOT check it yet for compatibility reasons.