location() Instance Public methods The location header we'll be responding with. redirect_url
delete_cookie(key, value={}) Instance Public methods
cookies() Instance Public methods Returns the response cookies, converted to a Hash of (name => value) pairs assert_equal 'AuthorOfNewPage', r.cookies['author']
content_type=(content_type) Instance Public methods Sets the HTTP content type.
committed?() Instance Public methods
commit!() Instance Public methods
code() Instance Public methods Returns a string to ensure compatibility with Net::HTTPResponse.
close() Instance Public methods
body_parts() Instance Public methods
body=(body) Instance Public methods Allows you to manually set or override the response body.
Page 343 of 2275