$77 GRAYBYTE WORDPRESS FILE MANAGER $53

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.36
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Request/

HOME
Current File : /opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/ri/Rack/Request//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[&quot;data&quot;]\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


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.50 PM
root / root
0755
%5b%5d%3d-i.yaml
0.417 KB
5 Dec 2019 10.14 PM
root / root
0644
%5b%5d-i.yaml
0.233 KB
5 Dec 2019 10.14 PM
root / root
0644
GET-i.yaml
0.244 KB
5 Dec 2019 10.14 PM
root / root
0644
POST-i.yaml
0.363 KB
5 Dec 2019 10.14 PM
root / root
0644
accept_encoding-i.yaml
0.187 KB
5 Dec 2019 10.14 PM
root / root
0644
accept_language-i.yaml
0.187 KB
5 Dec 2019 10.14 PM
root / root
0644
base_url-i.yaml
0.173 KB
5 Dec 2019 10.14 PM
root / root
0644
body-i.yaml
0.165 KB
5 Dec 2019 10.14 PM
root / root
0644
cdesc-Request.yaml
4.591 KB
5 Dec 2019 10.14 PM
root / root
0644
content_charset-i.yaml
0.468 KB
5 Dec 2019 10.14 PM
root / root
0644
content_length-i.yaml
0.185 KB
5 Dec 2019 10.14 PM
root / root
0644
content_type-i.yaml
0.181 KB
5 Dec 2019 10.14 PM
root / root
0644
cookies-i.yaml
0.171 KB
5 Dec 2019 10.14 PM
root / root
0644
delete%3f-i.yaml
0.277 KB
5 Dec 2019 10.14 PM
root / root
0644
delete_param-i.yaml
0.53 KB
5 Dec 2019 10.14 PM
root / root
0644
form_data%3f-i.yaml
0.664 KB
5 Dec 2019 10.14 PM
root / root
0644
fullpath-i.yaml
0.173 KB
5 Dec 2019 10.14 PM
root / root
0644
get%3f-i.yaml
0.269 KB
5 Dec 2019 10.14 PM
root / root
0644
head%3f-i.yaml
0.271 KB
5 Dec 2019 10.14 PM
root / root
0644
host-i.yaml
0.165 KB
5 Dec 2019 10.14 PM
root / root
0644
host_with_port-i.yaml
0.185 KB
5 Dec 2019 10.14 PM
root / root
0644
ip-i.yaml
0.161 KB
5 Dec 2019 10.14 PM
root / root
0644
link%3f-i.yaml
0.271 KB
5 Dec 2019 10.14 PM
root / root
0644
logger-i.yaml
0.169 KB
5 Dec 2019 10.14 PM
root / root
0644
media_type-i.yaml
0.57 KB
5 Dec 2019 10.14 PM
root / root
0644
media_type_params-i.yaml
0.546 KB
5 Dec 2019 10.14 PM
root / root
0644
new-c.yaml
0.166 KB
5 Dec 2019 10.14 PM
root / root
0644
options%3f-i.yaml
0.28 KB
5 Dec 2019 10.14 PM
root / root
0644
params-i.yaml
0.402 KB
5 Dec 2019 10.14 PM
root / root
0644
parse_http_accept_header-i.yaml
0.213 KB
5 Dec 2019 10.14 PM
root / root
0644
parse_multipart-i.yaml
0.192 KB
5 Dec 2019 10.14 PM
root / root
0644
parse_query-i.yaml
0.184 KB
5 Dec 2019 10.14 PM
root / root
0644
parseable_data%3f-i.yaml
0.345 KB
5 Dec 2019 10.14 PM
root / root
0644
patch%3f-i.yaml
0.274 KB
5 Dec 2019 10.14 PM
root / root
0644
path-i.yaml
0.165 KB
5 Dec 2019 10.14 PM
root / root
0644
path_info%3d-i.yaml
0.178 KB
5 Dec 2019 10.14 PM
root / root
0644
path_info-i.yaml
0.175 KB
5 Dec 2019 10.14 PM
root / root
0644
port-i.yaml
0.165 KB
5 Dec 2019 10.14 PM
root / root
0644
post%3f-i.yaml
0.271 KB
5 Dec 2019 10.14 PM
root / root
0644
put%3f-i.yaml
0.269 KB
5 Dec 2019 10.14 PM
root / root
0644
query_string-i.yaml
0.181 KB
5 Dec 2019 10.14 PM
root / root
0644
referer-i.yaml
0.274 KB
5 Dec 2019 10.14 PM
root / root
0644
referrer-i.yaml
0.229 KB
5 Dec 2019 10.14 PM
root / root
0644
reject_trusted_ip_addresses-i.yaml
0.225 KB
5 Dec 2019 10.14 PM
root / root
0644
request_method-i.yaml
0.185 KB
5 Dec 2019 10.14 PM
root / root
0644
scheme-i.yaml
0.169 KB
5 Dec 2019 10.14 PM
root / root
0644
script_name%3d-i.yaml
0.182 KB
5 Dec 2019 10.14 PM
root / root
0644
script_name-i.yaml
0.179 KB
5 Dec 2019 10.14 PM
root / root
0644
session-i.yaml
0.171 KB
5 Dec 2019 10.14 PM
root / root
0644
session_options-i.yaml
0.187 KB
5 Dec 2019 10.14 PM
root / root
0644
split_ip_addresses-i.yaml
0.207 KB
5 Dec 2019 10.14 PM
root / root
0644
ssl%3f-i.yaml
0.165 KB
5 Dec 2019 10.14 PM
root / root
0644
trace%3f-i.yaml
0.274 KB
5 Dec 2019 10.14 PM
root / root
0644
trusted_proxy%3f-i.yaml
0.187 KB
5 Dec 2019 10.14 PM
root / root
0644
unlink%3f-i.yaml
0.277 KB
5 Dec 2019 10.14 PM
root / root
0644
update_param-i.yaml
0.537 KB
5 Dec 2019 10.14 PM
root / root
0644
url-i.yaml
0.263 KB
5 Dec 2019 10.14 PM
root / root
0644
user_agent-i.yaml
0.177 KB
5 Dec 2019 10.14 PM
root / root
0644
values_at-i.yaml
0.234 KB
5 Dec 2019 10.14 PM
root / root
0644
xhr%3f-i.yaml
0.165 KB
5 Dec 2019 10.14 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF