retryableMethods property

Set<String> retryableMethods
final

HTTP methods eligible for transient-network retries.

Methods are matched case-insensitively. Mutating methods are excluded by default; a known-safe individual request can opt in with NetworkRequestExtras.allowRetry.

Implementation

final Set<String> retryableMethods;