Server IP : 66.29.132.122 / Your IP : 3.144.97.97 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/ |
Upload File : |
--- !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: