Method: Arachni::HTTP::Response#app_time

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

#app_timeFloat

Returns Approximate time the web application took to process the #request.

Returns:

  • (Float)

    Approximate time the web application took to process the #request.



62
63
64
# File 'lib/arachni/http/response.rb', line 62

def app_time
  @app_time
end