aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webrick.rb
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-10 23:37:43 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-10 23:37:43 +0000
commit8c2a52937f3b71efa7bcb48e7b8b00bc6b616ab4 (patch)
tree757bcc2a71bbb2338e5ccc11a0f37e2424132e0c /lib/webrick.rb
parent6626b0a2c567669cceebd3bfd0195b0ffd8c97c3 (diff)
downloadruby-8c2a52937f3b71efa7bcb48e7b8b00bc6b616ab4.tar.gz
* lib/webrick: Add documentation for WEBrick::HTTPAuth
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/webrick.rb')
-rw-r--r--lib/webrick.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/webrick.rb b/lib/webrick.rb
index e0395f4944..842bda21ef 100644
--- a/lib/webrick.rb
+++ b/lib/webrick.rb
@@ -133,6 +133,12 @@
# +:ProxyContentHandler+ callback which will be invoked with the request and
# respone after the remote content has been fetched.
#
+# == Basic and Digest authentication
+#
+# WEBrick provides both Basic and Digest authentication for regular and proxy
+# servers. See WEBrick::HTTPAuth, WEBrick::HTTPAuth::BasicAuth and
+# WEBrick::HTTPAuth::DigestAuth.
+#
# == WEBrick as a Production Web Server
#
# WEBrick can be run as a production server for small loads.