Module: RiotKit::Http

Defined in:
lib/riot_kit/http/client.rb,
lib/riot_kit/http/response.rb

Defined Under Namespace

Classes: Client, Response

Constant Summary collapse

NETWORK_ERRORS =
[
  Net::ReadTimeout, Net::OpenTimeout, SocketError,
  Errno::ECONNREFUSED, Errno::ETIMEDOUT
].freeze