summaryrefslogtreecommitdiff
path: root/lib/webrick.rb
diff options
context:
space:
mode:
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.