Method: Mechanize::HTTP::Agent#idle_timeout
- Defined in:
- lib/mechanize/http/agent.rb
permalink #idle_timeout ⇒ Object
Reset connections that have not been used in this many seconds
1242 1243 1244 |
# File 'lib/mechanize/http/agent.rb', line 1242 def idle_timeout @http.idle_timeout end |