module CrawlerDetect::Library::Headers

@since 0.1.0

Public Class Methods

data() click to toggle source
# File lib/crawler_detect/library/headers.rb, line 9
def self.data
  @data ||= load_raw(CrawlerDetect.config.settings.raw_headers_path).freeze
end