Method: Mechanize::HTTP::Agent#max_file_buffer
- Defined in:
- lib/mechanize/http/agent.rb
permalink #max_file_buffer ⇒ Object
Responses larger than this will be written to a Tempfile instead of stored in memory. Setting this to nil disables creation of Tempfiles.
119 120 121 |
# File 'lib/mechanize/http/agent.rb', line 119 def max_file_buffer @max_file_buffer end |