Method: Spidr::Page#cookies
- Defined in:
- lib/spidr/page/cookies.rb
#cookies ⇒ Array<String>
The Cookie values sent along with the page.
32 33 34 |
# File 'lib/spidr/page/cookies.rb', line 32 def (@response.get_fields('Set-Cookie') || []) end |