Module: Hightouch::Analytics::Defaults::Request
- Included in:
- Transport
- Defined in:
- lib/hightouch/analytics/defaults.rb
Constant Summary collapse
- HOST =
'us-east-1.hightouch-events.com'- PORT =
443- PATH =
'/v1/batch'- SSL =
true- HEADERS =
{ 'Accept' => 'application/json', 'Content-Type' => 'application/json', 'User-Agent' => "events-sdk-ruby/#{Analytics::VERSION}" }
- RETRIES =
10