Libraries
»
outbound
(1.2.0)
»
Index (D)
»
Outbound
»
Defaults
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
,
}