D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Filename :
cdesc-Rack.yaml
back
Copy
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: release - !ruby/object:RI::MethodSummary name: version comment: - !ruby/struct:SM::Flow::P body: The Rack main module, serving as a namespace for all core Rack modules and classes. - !ruby/struct:SM::Flow::P body: All modules meant for use in your application are <tt>autoload</tt>ed here, so it should be enough just to <tt>require rack.rb</tt> in your code. constants: - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: The Rack protocol version number implemented. name: VERSION value: "[1,3]" - !ruby/object:RI::Constant comment: name: PATH_INFO value: "'PATH_INFO'.freeze" - !ruby/object:RI::Constant comment: name: REQUEST_METHOD value: "'REQUEST_METHOD'.freeze" - !ruby/object:RI::Constant comment: name: SCRIPT_NAME value: "'SCRIPT_NAME'.freeze" - !ruby/object:RI::Constant comment: name: QUERY_STRING value: "'QUERY_STRING'.freeze" - !ruby/object:RI::Constant comment: name: CACHE_CONTROL value: "'Cache-Control'.freeze" - !ruby/object:RI::Constant comment: name: CONTENT_LENGTH value: "'Content-Length'.freeze" - !ruby/object:RI::Constant comment: name: CONTENT_TYPE value: "'Content-Type'.freeze" - !ruby/object:RI::Constant comment: name: GET value: "'GET'.freeze" - !ruby/object:RI::Constant comment: name: HEAD value: "'HEAD'.freeze" full_name: Rack includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: call - !ruby/object:RI::MethodSummary name: parse_nested_query name: Rack superclass: