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