summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKS <Magi-KS@users.noreply.github.com>2021-10-20 11:02:13 +0800
committerGitHub <noreply@github.com>2021-10-19 20:02:13 -0700
commite0993d47096d36535dbe725091963a7e0f5aab52 (patch)
tree24d8ec8d520dc3cb2c8d83844fc115b003f9a721
parentf63090e1c3e6cac8b1290df678acbf6ff1dcb3bc (diff)
downloadrack-e0993d47096d36535dbe725091963a7e0f5aab52.tar.gz
Update documentation for Rack::Handler
-rw-r--r--lib/rack/handler.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rack/handler.rb b/lib/rack/handler.rb
index 22d54745..3d99b85d 100644
--- a/lib/rack/handler.rb
+++ b/lib/rack/handler.rb
@@ -3,8 +3,7 @@
module Rack
# *Handlers* connect web servers with Rack.
#
- # Rack includes Handlers for Thin, WEBrick, FastCGI, CGI, SCGI
- # and LiteSpeed.
+ # Rack includes Handlers for WEBrick and CGI.
#
# Handlers usually are activated by calling <tt>MyHandler.run(myapp)</tt>.
# A second optional hash can be passed to include server-specific