Method: Webhookdb::Http.user_agent

Defined in:
lib/webhookdb/http.rb

.user_agentObject



35
36
37
38
# File 'lib/webhookdb/http.rb', line 35

def self.user_agent
  return Webhookdb.http_user_agent unless Webhookdb.http_user_agent.blank?
  return "WebhookDB/#{Webhookdb::RELEASE} https://webhookdb.com #{Webhookdb::RELEASE_CREATED_AT}"
end