summaryrefslogtreecommitdiff
path: root/lib/webrick
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-23 16:51:36 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-23 16:51:36 +0000
commit01eba908adcd150a7b816af0dbe167c4c4912a90 ()
tree0a0d7cc4e66db930a7f74fd1466338979dae91c2 /lib/webrick
parent02f036ddbcb3409092e397b2df247bd9447e8b3f (diff)
* lib/webrick: imported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/webrick/accesslog.rb64
-rw-r--r--lib/webrick/compat.rb30
-rw-r--r--lib/webrick/config.rb96
-rw-r--r--lib/webrick/cookie.rb80
-rw-r--r--lib/webrick/htmlutils.rb25
-rw-r--r--lib/webrick/httpauth.rb46
-rw-r--r--lib/webrick/httpauth/authenticator.rb79
-rw-r--r--lib/webrick/httpauth/basicauth.rb66
-rw-r--r--lib/webrick/httpauth/digestauth.rb348
-rw-r--r--lib/webrick/httpauth/htdigest.rb91
-rw-r--r--lib/webrick/httpauth/htgroup.rb61
-rw-r--r--lib/webrick/httpauth/htpasswd.rb75
-rw-r--r--lib/webrick/httpauth/userdb.rb29
-rw-r--r--lib/webrick/httpproxy.rb237
-rw-r--r--lib/webrick/httprequest.rb339
-rw-r--r--lib/webrick/httpresponse.rb304
-rw-r--r--lib/webrick/https.rb158
-rw-r--r--lib/webrick/httpserver.rb179
-rw-r--r--lib/webrick/httpservlet.rb22
-rw-r--r--lib/webrick/httpservlet/abstract.rb71
-rw-r--r--lib/webrick/httpservlet/cgi_runner.rb45
-rw-r--r--lib/webrick/httpservlet/cgihandler.rb93
-rw-r--r--lib/webrick/httpservlet/erbhandler.rb53
-rw-r--r--lib/webrick/httpservlet/filehandler.rb330
-rw-r--r--lib/webrick/httpservlet/prochandler.rb33
-rw-r--r--lib/webrick/httpstatus.rb126
-rw-r--r--lib/webrick/httputils.rb374
-rw-r--r--lib/webrick/httpversion.rb49
-rw-r--r--lib/webrick/log.rb83
-rw-r--r--lib/webrick/server.rb189
-rw-r--r--lib/webrick/utils.rb64
-rw-r--r--lib/webrick/version.rb13
32 files changed, 3852 insertions, 0 deletions
@@ -0,0 +1,64 @@
@@ -0,0 +1,30 @@
@@ -0,0 +1,96 @@
@@ -0,0 +1,80 @@
@@ -0,0 +1,25 @@
@@ -0,0 +1,46 @@
@@ -0,0 +1,79 @@
@@ -0,0 +1,66 @@
@@ -0,0 +1,348 @@
@@ -0,0 +1,91 @@
@@ -0,0 +1,61 @@
@@ -0,0 +1,75 @@
@@ -0,0 +1,29 @@
@@ -0,0 +1,237 @@
@@ -0,0 +1,339 @@
@@ -0,0 +1,304 @@
@@ -0,0 +1,158 @@
@@ -0,0 +1,179 @@
@@ -0,0 +1,22 @@
@@ -0,0 +1,71 @@
@@ -0,0 +1,45 @@
@@ -0,0 +1,93 @@
@@ -0,0 +1,53 @@
@@ -0,0 +1,330 @@
@@ -0,0 +1,33 @@
@@ -0,0 +1,126 @@
@@ -0,0 +1,374 @@
@@ -0,0 +1,49 @@
@@ -0,0 +1,83 @@
@@ -0,0 +1,189 @@
@@ -0,0 +1,64 @@
@@ -0,0 +1,13 @@