app=(app) Class Public methods
app() Class Public methods
url_options() Instance Public methods
reset!() Instance Public methods Resets the instance. This can be used to reset the state information in an existing session instance, so it can be used from a clean-slate condition. session.reset!
https?() Instance Public methods Returns true if the session is mimicking a secure HTTPS request. if session.https? ... end
https!(flag = true) Instance Public methods Specify whether or not the session should mimic a secure HTTPS request. session.https! session.https!(false)
host() Instance Public methods The hostname used in the last request.
cookies() Instance Public methods A map of the cookies returned by the last response, and which will be sent with the next request.
new(app) Class Public methods Create and initialize a new Session instance.
respond_to?(method, include_private = false) Instance Public methods
Page 354 of 2275