Module: Fingerprinter
- Defined in:
- lib/fingerprinter.rb,
lib/fingerprinter/core/detector.rb
Overview
Fingerprinter : Entry point
Defined Under Namespace
Classes: Technologies
Constant Summary collapse
- EXCLUSIONS =
%w[paas.diod.orange.com].freeze
- WILDCARDS =
[ ['Application is not available', 'The application is currently not serving requests at this endpoint'] ].freeze
Class Method Summary collapse
Class Method Details
.http_client ⇒ Object
16 17 18 |
# File 'lib/fingerprinter.rb', line 16 def self.http_client @http_client ||= HttpClient.new end |