Class CGIKit::Adapter::WEBrick
In: docs/rdoc_ja.rb
Parent: Object

Methods

run  

Constants

RESPONSE_HEADER = ["Accept-Ranges", "Age", "ETag", "Location", "Proxy-Authenticate", "Retry-After", "Server", "Vary", "WWW-Authenticate"]
GENERAL_HEADER = ["Cache-Control", "Connection", "Date", "Pragma", "Trailer", "Transfet-Encoding", "Upgrade", "Via", "Warning"]
ENTITY_HEADER = ["Allow", "Content-Encoding", "Content-Language", "Content-Length", "Content-Location", "Content-MD5", "Content-Range", "Content-Disposition", "Expires", "Last-Modified"]
LEAVE_HEADER = {"Last-Modified"=>true, "WWW-Authenticate"=>true, "Vary"=>true, "Retry-After"=>true, "Content-Range"=>true, "Content-Location"=>true, "Proxy-Authenticate"=>true, "Location"=>true, "ETag"=>true, "Via"=>true, "Content-Language"=>true, "Upgrade"=>true, "Pragma"=>true, "Content-Disposition"=>true, "Content-Encoding"=>true, "Server"=>true, "Date"=>true, "Cache-Control"=>true, "Content-Length"=>true, "Transfet-Encoding"=>true, "Trailer"=>true, "Connection"=>true, "Expires"=>true, "Allow"=>true, "Age"=>true, "Accept-Ranges"=>true, "Content-MD5"=>true, "Warning"=>true}

Public Instance methods

[Validate]