Sha256: 81194e8250b4cccde64e55ca91a11988ee5aa2e59f108db7f07cac88f5a05ee9
Contents?: true
Size: 723 Bytes
Versions: 5
Compression:
Stored size: 723 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 Request # Determines the {Scope scope} status of {Request}s. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Scope < Message::Scope # {Scope} error namespace. # # All {Scope} errors inherit from and live under it. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Error < Message::Scope::Error end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems