Module: HTTPX::Plugins::Retries

Defined in:
lib/httpx/plugins/retries.rb

Defined Under Namespace

Modules: InstanceMethods, OptionsMethods, RequestMethods

Constant Summary collapse

MAX_RETRIES =
3
IDEMPOTENT_METHODS =
%i[get options head put delete].freeze