Module: Segment::Analytics::Defaults::Request
- Included in:
- Request
- Defined in:
- lib/segment/analytics/defaults.rb
Constant Summary collapse
- HOST =
'api.segment.io'- PORT =
443- PATH =
'/v1/import'- SSL =
true- HEADERS =
{ 'Accept' => 'application/json', 'Content-Type' => 'application/json', 'User-Agent' => "analytics-ruby/#{Analytics::VERSION}" }
- RETRIES =
10