class Request
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18No documentation comment.
Inherits from
Constants
Methods (defined here)
- # accepts
- # body
- # cache_format
- # content_length
- # content_type
- # deep_munge
- # delete?
- # domain
- # etag_matches?
- # format
- # format=
- # form_data?
- # fresh?
- # get?
- # GET
- # head?
- # headers
- # host
- # host_with_port
- # if_modified_since
- # if_none_match
- # key?
- # media_type
- # method
- # not_modified?
- # parameters
- # params
- # parse_query
- # path
- # path_parameters
- # port
- # port_string
- # post?
- # POST
- # protocol
- # put?
- # query_parameters
- # query_string
- # raw_host_with_port
- # raw_post
- # remote_ip
- # request_method
- # request_parameters
- # request_uri
- # reset_session
- # server_port
- # server_software
- # session
- # session_options
- # session_options=
- # ssl?
- # standard_port
- # subdomains
- # symbolized_path_parameters
- # template_format
- # url
- # xhr?
- # xml_http_request?