class Request
Ruby on Rails 4.0.13
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
- # patch?
- # 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?
- self. new
Private methods
(1)
Implementation detail — not part of the public API.
Used by
Subclasses (1)
Methods (inherited)
From ActionDispatch::Http::Cache::Request (6)
From ActionDispatch::Http::MimeNegotiation (10)
- # accepts
- # content_mime_type
- # content_type
- # format
- # format=
- # formats
- # formats=
- # negotiate_mime
- # use_accept_header
- # valid_accept_header
From ActionDispatch::Http::Parameters (5)
- # parameters
- # params
- # path_parameters
- # symbolized_path_parameters
- self. new
From ActionDispatch::Http::URL (19)
- # 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. new
- self. url_for