class Request
Ruby on Rails 3.2.22.5
Since v3.0.20No documentation comment.
Inherits from
Includes
Constants
- ActionDispatch::Request::ENV_METHODS
- 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
Methods (defined here)
- # authorization
- # body
- # content_length
- # cookie_jar
- # deep_munge
- # delete?
- # flash
- # form_data?
- # fullpath
- # get?
- # GET
- # head?
- # headers
- # ip
- # key?
- # local?
- # media_type
- # method
- # method_symbol
- # original_fullpath
- # original_url
- # parse_query
- # post?
- # POST
- # put?
- # query_parameters
- # raw_post
- # remote_ip
- # request_method
- # request_method_symbol
- # request_parameters
- # reset_session
- # server_software
- # session_options=
- # uuid
- # xhr?
- # xml_http_request?
Private methods
(1)
Implementation detail — not part of the public API.
Used by
Subclasses (1)
Methods (inherited)
From ActionDispatch::Http::Cache::Request (5)
From ActionDispatch::Http::Parameters (4)
From ActionDispatch::Http::URL (18)
- # domain
- # host
- # host_with_port
- # optional_port
- # port
- # port_string
- # protocol
- # raw_host_with_port
- # server_port
- # standard_port
- # standard_port?
- # subdomain
- # subdomains
- # url
- self. extract_domain
- self. extract_subdomain
- self. extract_subdomains
- self. url_for
From ActiveSupport::Concern (3)
- # append_features
- # included
- self. extended