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 prod.pc0.dbs.com].freeze
SC_EXCLUSIONS =
%i[0 418].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_clientObject



17
18
19
# File 'lib/fingerprinter.rb', line 17

def self.http_client
  @http_client ||= HttpClient.new
end