Method: Mechanize::HTTP::Agent#keep_alive

Defined in:
lib/mechanize/http/agent.rb

#keep_aliveObject

Set to false to disable HTTP/1.1 keep-alive requests

[View source]

101
102
103
# File 'lib/mechanize/http/agent.rb', line 101

def keep_alive
  @keep_alive
end