pkgsrc/www/ruby-faraday-retry/PLIST
taca bb2032b27a www/ruby-faraday-retry: add package version 1.0.3
Required by newer ruby-faraday package.

Faraday Retry

The Retry middleware automatically retries requests that fail due to
intermittent client or server errors (such as network hiccups).

By default, it retries 2 times and handles only timeout exceptions.

It can be configured with an arbitrary number of retries, a list of
exceptions to handle, a retry interval, a percentage of randomness to add to
the retry interval, and a backoff factor.

The middleware can also handle the Retry-After header automatically when
configured with the right status codes (see below for an example).
2023-01-07 15:25:34 +00:00

11 lines
390 B
Plaintext

@comment $NetBSD: PLIST,v 1.1 2023/01/07 15:25:34 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE.md
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/faraday/retriable_response.rb
${GEM_LIBDIR}/lib/faraday/retry.rb
${GEM_LIBDIR}/lib/faraday/retry/middleware.rb
${GEM_LIBDIR}/lib/faraday/retry/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec