Module: Rudder::Analytics::Defaults::Request
- Included in:
- Transport
- Defined in:
- lib/rudder/analytics/defaults.rb
Constant Summary collapse
- HOST =
'localhost'
- PORT =
8080
- PATH =
'/v1/batch'
- HEADERS =
{ 'Accept' => 'application/json', 'Content-Type' => 'application/json', 'Content-Encoding' => 'gzip' }
- RETRIES =
10