Sha256: 7a6a532fca23587364cdbeda534fb8bb733f1728506382880dd6892fdd4d12c6
Contents?: true
Size: 738 Bytes
Versions: 6
Compression:
Stored size: 738 Bytes
Contents
=begin Copyright 2010-2015 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 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
6 entries across 6 versions & 1 rubygems