Race concurrent requests to improve response time
Version 1.1.0 adds package racing
and the racing feature.
With racing, you can make multiple parallel request attempts to satisfy the same logical HTTP request plan, in order to smooth over your dependencies' rough patches. When racing is enabled, racing policies work cleanly and intuitively alongside existing retry and timeout policies.