Module: HttpCaller

Defined in:
lib/simple_api_client/http_caller/net_http.rb,
lib/simple_api_client/http_caller/response.rb,
lib/simple_api_client/http_caller/constants.rb

Defined Under Namespace

Classes: NetHttp, Response

Constant Summary collapse

APPLICATION_TYPES =
{
  json: 'application/json',
  xml: 'application/xml'
}