caseyamcl / guzzle_retry_middleware

Middleware for Guzzle v6/7+ that automatically retries HTTP requests on 429, 503 responses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider breaking this up into multiple classes

caseyamcl opened this issue · comments

Maybe we need an immutable class that represents a RetryHttpRequest; that way, we can more closely describe and verify parameters, among other advantages.