summaryrefslogtreecommitdiff
path: root/lib/webrick
diff options
context:
space:
mode:
-rw-r--r--lib/webrick/accesslog.rb1
-rw-r--r--lib/webrick/cgi.rb1
-rw-r--r--lib/webrick/compat.rb1
-rw-r--r--lib/webrick/config.rb1
-rw-r--r--lib/webrick/cookie.rb1
-rw-r--r--lib/webrick/htmlutils.rb1
-rw-r--r--lib/webrick/httpauth.rb1
-rw-r--r--lib/webrick/httpauth/authenticator.rb1
-rw-r--r--lib/webrick/httpauth/basicauth.rb1
-rw-r--r--lib/webrick/httpauth/digestauth.rb1
-rw-r--r--lib/webrick/httpauth/htdigest.rb1
-rw-r--r--lib/webrick/httpauth/htgroup.rb1
-rw-r--r--lib/webrick/httpauth/htpasswd.rb1
-rw-r--r--lib/webrick/httpauth/userdb.rb1
-rw-r--r--lib/webrick/httpproxy.rb1
-rw-r--r--lib/webrick/httprequest.rb1
-rw-r--r--lib/webrick/httpresponse.rb1
-rw-r--r--lib/webrick/https.rb1
-rw-r--r--lib/webrick/httpserver.rb1
-rw-r--r--lib/webrick/httpservlet.rb1
-rw-r--r--lib/webrick/httpservlet/abstract.rb1
-rw-r--r--lib/webrick/httpservlet/cgi_runner.rb1
-rw-r--r--lib/webrick/httpservlet/cgihandler.rb1
-rw-r--r--lib/webrick/httpservlet/erbhandler.rb1
-rw-r--r--lib/webrick/httpservlet/filehandler.rb1
-rw-r--r--lib/webrick/httpservlet/prochandler.rb1
-rw-r--r--lib/webrick/httpstatus.rb1
-rw-r--r--lib/webrick/httputils.rb1
-rw-r--r--lib/webrick/httpversion.rb1
-rw-r--r--lib/webrick/log.rb1
-rw-r--r--lib/webrick/server.rb1
-rw-r--r--lib/webrick/ssl.rb1
-rw-r--r--lib/webrick/utils.rb1
-rw-r--r--lib/webrick/version.rb1
34 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,4 @@
#--
# accesslog.rb -- Access log handling utilities
#
@@ -1,3 +1,4 @@
#
# cgi.rb -- Yet another CGI library
#
@@ -1,3 +1,4 @@
#
# compat.rb -- cross platform compatibility
#
@@ -1,3 +1,4 @@
#
# config.rb -- Default configurations.
#
@@ -1,3 +1,4 @@
#
# cookie.rb -- Cookie class
#
@@ -1,3 +1,4 @@
#--
# htmlutils.rb -- HTMLUtils Module
#
@@ -1,3 +1,4 @@
#
# httpauth.rb -- HTTP access authentication
#
@@ -1,3 +1,4 @@
#--
# httpauth/authenticator.rb -- Authenticator mix-in module.
#
@@ -1,3 +1,4 @@
#
# httpauth/basicauth.rb -- HTTP basic access authentication
#
@@ -1,3 +1,4 @@
#
# httpauth/digestauth.rb -- HTTP digest access authentication
#
@@ -1,3 +1,4 @@
#
# httpauth/htdigest.rb -- Apache compatible htdigest file
#
@@ -1,3 +1,4 @@
#
# httpauth/htgroup.rb -- Apache compatible htgroup file
#
@@ -1,3 +1,4 @@
#
# httpauth/htpasswd -- Apache compatible htpasswd file
#
@@ -1,3 +1,4 @@
#--
# httpauth/userdb.rb -- UserDB mix-in module.
#
@@ -1,3 +1,4 @@
#
# httpproxy.rb -- HTTPProxy Class
#
@@ -1,3 +1,4 @@
#
# httprequest.rb -- HTTPRequest Class
#
@@ -1,3 +1,4 @@
#
# httpresponse.rb -- HTTPResponse Class
#
@@ -1,3 +1,4 @@
#
# https.rb -- SSL/TLS enhancement for HTTPServer
#
@@ -1,3 +1,4 @@
#
# httpserver.rb -- HTTPServer Class
#
@@ -1,3 +1,4 @@
#
# httpservlet.rb -- HTTPServlet Utility File
#
@@ -1,3 +1,4 @@
#
# httpservlet.rb -- HTTPServlet Module
#
@@ -1,3 +1,4 @@
#
# cgi_runner.rb -- CGI launcher.
#
@@ -1,3 +1,4 @@
#
# cgihandler.rb -- CGIHandler Class
#
@@ -1,3 +1,4 @@
#
# erbhandler.rb -- ERBHandler Class
#
@@ -1,3 +1,4 @@
#
# filehandler.rb -- FileHandler Module
#
@@ -1,3 +1,4 @@
#
# prochandler.rb -- ProcHandler Class
#
@@ -1,3 +1,4 @@
#--
# httpstatus.rb -- HTTPStatus Class
#
@@ -1,3 +1,4 @@
#
# httputils.rb -- HTTPUtils Module
#
@@ -1,3 +1,4 @@
#--
# HTTPVersion.rb -- presentation of HTTP version
#
@@ -1,3 +1,4 @@
#--
# log.rb -- Log Class
#
@@ -1,3 +1,4 @@
#
# server.rb -- GenericServer Class
#
@@ -1,3 +1,4 @@
#
# ssl.rb -- SSL/TLS enhancement for GenericServer
#
@@ -1,3 +1,4 @@
#
# utils.rb -- Miscellaneous utilities
#
@@ -1,3 +1,4 @@
#--
# version.rb -- version and release date
#