Module: PostHog::Defaults::Request

Included in:
Transport
Defined in:
lib/posthog/defaults.rb

Constant Summary collapse

HOST =
'app.posthog.com'
PORT =
443
PATH =
'/batch/'
SSL =
true
HEADERS =
{
  'Accept' => 'application/json',
  'Content-Type' => 'application/json',
  'User-Agent' => "posthog-ruby/#{PostHog::VERSION}"
}
RETRIES =
10