Method: Arachni::OptionGroups::HTTP#response_max_size

Defined in:
lib/arachni/option_groups/http.rb

#response_max_sizeInteger

Returns Maximum HTTP response body size. If a HTTP::Response#body is larger than specified it will not be retrieved.

Returns:

  • (Integer)

    Maximum HTTP response body size. If a HTTP::Response#body is larger than specified it will not be retrieved.

See Also:



78
79
80
# File 'lib/arachni/option_groups/http.rb', line 78

def response_max_size
  @response_max_size
end