--- lib/Apache/TestRequest.pm.~1.82.~	Fri Jul 11 12:16:18 2003
+++ lib/Apache/TestRequest.pm	Wed Jul 16 09:34:57 2003
@@ -970,7 +970,14 @@
 
 =item OPTIONS
 
-META: complete
+  my $res = OPTIONS $uri;
+
+Sends an OPTIONS request to the Apache test server. Returns an
+C<HTTP::Response> object with the "Allow" header, indicating which methods the
+server supports. Possible methods include "OPTIONS," "GET," "HEAD," and
+"POST". This function thus can be useful for testing what options the Apache
+server supports. Consult the HTTPD 1.1 specification, section 9.2, at
+Lhttp://www.faqs.org/rfcs/rfc2616.html> for more information
 
 =back
 
