Method: Arachni::OptionGroups::HTTP#response_max_size
- Defined in:
- lib/arachni/option_groups/http.rb
#response_max_size ⇒ Integer
Returns Maximum HTTP response body size. If a HTTP::Response#body is larger than specified it will not be retrieved.
78 79 80 |
# File 'lib/arachni/option_groups/http.rb', line 78 def response_max_size @response_max_size end |