Method: Mechanize::HTTP::Agent#keep_alive
- Defined in:
- lib/mechanize/http/agent.rb
permalink #keep_alive ⇒ Object
Set to false to disable HTTP/1.1 keep-alive requests
101 102 103 |
# File 'lib/mechanize/http/agent.rb', line 101 def keep_alive @keep_alive end |