sent?() Instance Public methods
sent!() Instance Public methods
sending?() Instance Public methods
sending!() Instance Public methods
response_code() Instance Public methods The response code of the request.
respond_to?(method, include_private = false) Instance Public methods
redirect_url() Instance Public methods Alias for: location
prepare!() Instance Public methods Alias for: to_a
message() Instance Public methods Returns the corresponding message for the current HTTP status code: response.status = 200 response.message # => "OK" response.status = 404 response.message # => "Not Found" status_message
location=(url) Instance Public methods Sets the location header we'll be responding with.
Page 342 of 2275