updated docstring and doc html to reflect REPORT request method

master
Cyrus Harmon 2012-03-05 22:22:59 -08:00
parent 744fbfb5a2
commit de46ad920f
2 changed files with 3 additions and 2 deletions

View File

@ -823,7 +823,7 @@ a <a
href="http://www.lispworks.com/documentation/HyperSpec/Body/t_kwd.htm">keyword</a>
(like <code>:GET</code> or <code>:HEAD</code>) denoting a
valid <a href="http://rfc.net/rfc2616.html">HTTP/1.1</a>
or <a href="http://www.webdav.org/">WebDAV</a> request method.
or <a href="http://www.webdav.org/">WebDAV</a> request method or :REPORT, as described in the Versioning Extensions to WebDAV.
Additionally, you can also use the pseudo method <code>:OPTIONS*</code> which is like
<code>:OPTIONS</code> but means that an "<code>OPTIONS&nbsp;*</code>"
request line will be sent, i.e. the URI's path and query parts will be

View File

@ -237,7 +237,8 @@ PROTOCOL is the HTTP protocol which is going to be used in the
request line, it must be one of the keywords :HTTP/1.0 or
:HTTP/1.1. METHOD is the method used in the request line, a
keyword \(like :GET or :HEAD) denoting a valid HTTP/1.1 or WebDAV
request method. Additionally, you can also use the pseudo
request method, or :REPORT, as described in the Versioning
Extensions to WebDAV. Additionally, you can also use the pseudo
method :OPTIONS* which is like :OPTIONS but means that an
\"OPTIONS *\" request line will be sent, i.e. the URI's path and
query parts will be ignored.