Module: Outbound::Defaults

Included in:
Client, Result
Defined in:
lib/outbound.rb

Constant Summary collapse

HEADERS =
{
  'Content-type' => 'application/json',
  'X-Outbound-Client' => 'Ruby/' + Outbound::VERSION,
}