Sha256: 2648cd5792e8eec1c6437ac46cc01bcddeb22a1d732dcd6ece2ed661bb042d65
Contents?: true
Size: 852 Bytes
Versions: 7
Compression:
Stored size: 852 Bytes
Contents
=begin Copyright 2010-2014 Tasos Laskos <tasos.laskos@arachni-scanner.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni module HTTP class Message # Determines the {Scope scope} status of {Message}s. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Scope < URI::Scope # {Scope} error namespace. # # All {Scope} errors inherit from and live under it. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Error < URI::Scope::Error end # @param [Arachni::HTTP::Message] message def initialize( message ) super message.parsed_url end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems