[ewgi commit] r80 - wiki

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 21, 2008, 12:53:57 PM10/21/08
to ewgi...@googlegroups.com
Author: huntermorris
Date: Tue Oct 21 09:52:21 2008
New Revision: 80

Modified:
wiki/EWGISpecification.wiki

Log:
Clarified the definition of request_method


Modified: wiki/EWGISpecification.wiki
==============================================================================
--- wiki/EWGISpecification.wiki (original)
+++ wiki/EWGISpecification.wiki Tue Oct 21 09:52:21 2008
@@ -198,7 +198,7 @@

`remote_user_data`: (Element 15) Any additional data provided by the
authentication mechanism.

-`request_method`: (Element 16) The HTTP request method, such as `"GET"` or
`"POST"`. This cannot ever be an empty string, and so is always required.
+`request_method`: (Element 16) An atom or string describing the HTTP
request method. Common methods MUST be atoms and include `'OPTIONS'`,
`'GET'`, `'HEAD'`, `'POST'`, `'PUT'`, `'DELETE'`, `'TRACE'`, and
`'CONNECT'`. A value is always required and it MUST NOT be an empty string.

`script_name`: (Element 17) The initial portion of the request
URL's "path" that corresponds to the application object, so that the
application knows its virtual "location". This may be an empty string, if
the application corresponds to the "root" of the server.

Reply all
Reply to author
Forward
0 new messages