Class: Yawast::Scanner::Plugins::Http::Options

Inherits:
Net::HTTPRequest
  • Object
show all
Defined in:
lib/scanner/plugins/http/generic.rb

Overview

Custom class to allow using the OPTIONS verb

Constant Summary collapse

METHOD =
'OPTIONS'
REQUEST_HAS_BODY =
false
RESPONSE_HAS_BODY =
true