Sha256: ec0db58d352542578fc18d0612bca0a640ba1e0b82a3066f108863f55456869f
Contents?: true
Size: 837 Bytes
Versions: 5
Compression:
Stored size: 837 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.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
5 entries across 5 versions & 1 rubygems