Class: Arachni::HTTP::Message::Scope

Inherits:
URI::Scope show all
Defined in:
lib/arachni/http/message/scope.rb

Overview

Determines the scope status of Arachni::HTTP::Messages.

Author:

Direct Known Subclasses

Request::Scope, Response::Scope

Defined Under Namespace

Classes: Error

Instance Method Summary collapse

Methods inherited from URI::Scope

#auto_redundant?, #exclude?, #exclude_file_extension?, #follow_protocol?, #in?, #in_domain?, #include?, #out?, #redundant?, #too_deep?

Methods inherited from Scope

#options, #out?

Constructor Details

#initialize(message) ⇒ Scope

Returns a new instance of Scope.

Parameters:



27
28
29
# File 'lib/arachni/http/message/scope.rb', line 27

def initialize( message )
    super message.parsed_url
end