X7ROOT File Manager
Current Path:
/opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Request
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Request
/
📄
%5b%5d%3d-i.yaml
(427 B)
📄
%5b%5d-i.yaml
(239 B)
ðŸ“
..
📄
GET-i.yaml
(250 B)
📄
POST-i.yaml
(372 B)
📄
accept_encoding-i.yaml
(191 B)
📄
accept_language-i.yaml
(191 B)
📄
base_url-i.yaml
(177 B)
📄
body-i.yaml
(169 B)
📄
cdesc-Request.yaml
(4.59 KB)
📄
content_charset-i.yaml
(479 B)
📄
content_length-i.yaml
(189 B)
📄
content_type-i.yaml
(185 B)
📄
cookies-i.yaml
(175 B)
📄
delete%3f-i.yaml
(284 B)
📄
delete_param-i.yaml
(543 B)
📄
form_data%3f-i.yaml
(680 B)
📄
fullpath-i.yaml
(177 B)
📄
get%3f-i.yaml
(275 B)
📄
head%3f-i.yaml
(278 B)
📄
host-i.yaml
(169 B)
📄
host_with_port-i.yaml
(189 B)
📄
ip-i.yaml
(165 B)
📄
link%3f-i.yaml
(278 B)
📄
logger-i.yaml
(173 B)
📄
media_type-i.yaml
(584 B)
📄
media_type_params-i.yaml
(559 B)
📄
new-c.yaml
(170 B)
📄
options%3f-i.yaml
(287 B)
📄
params-i.yaml
(412 B)
📄
parse_http_accept_header-i.yaml
(218 B)
📄
parse_multipart-i.yaml
(197 B)
📄
parse_query-i.yaml
(188 B)
📄
parseable_data%3f-i.yaml
(353 B)
📄
patch%3f-i.yaml
(281 B)
📄
path-i.yaml
(169 B)
📄
path_info%3d-i.yaml
(182 B)
📄
path_info-i.yaml
(179 B)
📄
port-i.yaml
(169 B)
📄
post%3f-i.yaml
(278 B)
📄
put%3f-i.yaml
(275 B)
📄
query_string-i.yaml
(185 B)
📄
referer-i.yaml
(281 B)
📄
referrer-i.yaml
(234 B)
📄
reject_trusted_ip_addresses-i.yaml
(230 B)
📄
request_method-i.yaml
(189 B)
📄
scheme-i.yaml
(173 B)
📄
script_name%3d-i.yaml
(186 B)
📄
script_name-i.yaml
(183 B)
📄
session-i.yaml
(175 B)
📄
session_options-i.yaml
(191 B)
📄
split_ip_addresses-i.yaml
(212 B)
📄
ssl%3f-i.yaml
(169 B)
📄
trace%3f-i.yaml
(281 B)
📄
trusted_proxy%3f-i.yaml
(191 B)
📄
unlink%3f-i.yaml
(284 B)
📄
update_param-i.yaml
(550 B)
📄
url-i.yaml
(269 B)
📄
user_agent-i.yaml
(181 B)
📄
values_at-i.yaml
(240 B)
📄
xhr%3f-i.yaml
(169 B)
Editing: cdesc-Request.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: - !ruby/struct:SM::Flow::P body: The environment of the request. name: env rw: R class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Rack::Request provides a convenient interface to a Rack environment. It is stateless, the environment <tt>env</tt> passed to the constructor will be directly modified. - !ruby/struct:SM::Flow::VERB body: " req = Rack::Request.new(env)\n req.post?\n req.params["data"]\n" constants: - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: The set of form-data media-types. Requests that do not indicate one of the media types presents in this list will not be eligible for form-data / param parsing. name: FORM_DATA_MEDIA_TYPES value: "[ 'application/x-www-form-urlencoded', 'multipart/form-data'" - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: The set of media-types. Requests that do not indicate one of the media types presents in this list will not be eligible for param parsing like soap attachments or generic multiparts name: PARSEABLE_DATA_MEDIA_TYPES value: "[ 'multipart/related', 'multipart/mixed'" - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: Default ports depending on scheme. Used to decide whether or not to include the port in a generated URI. name: DEFAULT_PORTS value: "{ 'http' => 80, 'https' => 443, 'coffee' => 80 }" full_name: Rack::Request includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: GET - !ruby/object:RI::MethodSummary name: POST - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: "[]=" - !ruby/object:RI::MethodSummary name: accept_encoding - !ruby/object:RI::MethodSummary name: accept_language - !ruby/object:RI::MethodSummary name: base_url - !ruby/object:RI::MethodSummary name: body - !ruby/object:RI::MethodSummary name: content_charset - !ruby/object:RI::MethodSummary name: content_length - !ruby/object:RI::MethodSummary name: content_type - !ruby/object:RI::MethodSummary name: cookies - !ruby/object:RI::MethodSummary name: delete? - !ruby/object:RI::MethodSummary name: delete_param - !ruby/object:RI::MethodSummary name: form_data? - !ruby/object:RI::MethodSummary name: fullpath - !ruby/object:RI::MethodSummary name: get? - !ruby/object:RI::MethodSummary name: head? - !ruby/object:RI::MethodSummary name: host - !ruby/object:RI::MethodSummary name: host_with_port - !ruby/object:RI::MethodSummary name: ip - !ruby/object:RI::MethodSummary name: link? - !ruby/object:RI::MethodSummary name: logger - !ruby/object:RI::MethodSummary name: media_type - !ruby/object:RI::MethodSummary name: media_type_params - !ruby/object:RI::MethodSummary name: options? - !ruby/object:RI::MethodSummary name: params - !ruby/object:RI::MethodSummary name: parse_http_accept_header - !ruby/object:RI::MethodSummary name: parse_multipart - !ruby/object:RI::MethodSummary name: parse_query - !ruby/object:RI::MethodSummary name: parseable_data? - !ruby/object:RI::MethodSummary name: patch? - !ruby/object:RI::MethodSummary name: path - !ruby/object:RI::MethodSummary name: path_info - !ruby/object:RI::MethodSummary name: path_info= - !ruby/object:RI::MethodSummary name: port - !ruby/object:RI::MethodSummary name: post? - !ruby/object:RI::MethodSummary name: put? - !ruby/object:RI::MethodSummary name: query_string - !ruby/object:RI::MethodSummary name: referer - !ruby/object:RI::MethodSummary name: referrer - !ruby/object:RI::MethodSummary name: reject_trusted_ip_addresses - !ruby/object:RI::MethodSummary name: request_method - !ruby/object:RI::MethodSummary name: scheme - !ruby/object:RI::MethodSummary name: script_name - !ruby/object:RI::MethodSummary name: script_name= - !ruby/object:RI::MethodSummary name: session - !ruby/object:RI::MethodSummary name: session_options - !ruby/object:RI::MethodSummary name: split_ip_addresses - !ruby/object:RI::MethodSummary name: ssl? - !ruby/object:RI::MethodSummary name: trace? - !ruby/object:RI::MethodSummary name: trusted_proxy? - !ruby/object:RI::MethodSummary name: unlink? - !ruby/object:RI::MethodSummary name: update_param - !ruby/object:RI::MethodSummary name: url - !ruby/object:RI::MethodSummary name: user_agent - !ruby/object:RI::MethodSummary name: values_at - !ruby/object:RI::MethodSummary name: xhr? name: Request superclass: Object
Upload File
Create Folder