class Request
Ruby on Rails 3.0.20
Since v3.0.20No documentation comment.
Inherits from
Includes
Constants
- ActionDispatch::Request::HTTP_METHOD_LOOKUP
- ActionDispatch::Request::HTTP_METHODS
- ActionDispatch::Request::LOCALHOST
- ActionDispatch::Request::RFC2518
- ActionDispatch::Request::RFC2616
- ActionDispatch::Request::RFC3253
- ActionDispatch::Request::RFC3648
- ActionDispatch::Request::RFC3744
- ActionDispatch::Request::RFC5323
- ActionDispatch::Request::RFC5789
- ActionDispatch::Request::TRUSTED_PROXIES
Methods (defined here)
- # authorization
- # body
- # content_length
- # cookie_jar
- # deep_munge
- # delete?
- # flash
- # forgery_whitelisted?
- # form_data?
- # fullpath
- # get?
- # GET
- # head?
- # headers
- # ip
- # key?
- # local?
- # media_type
- # method
- # method_symbol
- # parse_query
- # post?
- # POST
- # put?
- # query_parameters
- # raw_post
- # remote_ip
- # request_method
- # request_method_symbol
- # request_parameters
- # reset_session
- # server_software
- # session_options=
- # xhr?
- # xml_http_request?
- self. new
Used by
Subclasses (1)
Methods (inherited)
From ActionDispatch::Http::Cache::Request (5)
From ActionDispatch::Http::MimeNegotiation (7)
- # accepts
- # content_mime_type
- # content_type
- # format
- # format=
- # formats
- # negotiate_mime
From ActionDispatch::Http::Parameters (4)
From ActionDispatch::Http::URL (16)
- # domain
- # host
- # host_with_port
- # port
- # port_string
- # protocol
- # raw_host_with_port
- # request_uri
- # scheme
- # server_port
- # ssl?
- # standard_port
- # standard_port?
- # subdomain
- # subdomains
- # url
From ActiveSupport::Concern (3)
- # append_features
- # included
- self. extended