Method: Typhoeus::Response#size

Defined in:
lib/cms_scanner/typhoeus/response.rb

#sizeInteger

Returns:

  • (Integer)


23
24
25
# File 'lib/cms_scanner/typhoeus/response.rb', line 23

def size
  (body.nil? ? 0 : body.size) + (response_headers.nil? ? 0 : response_headers.size)
end