YurunHttp icon indicating copy to clipboard operation
YurunHttp copied to clipboard

请求失败重试支持回调函数更好

Open ifdandy opened this issue 2 years ago • 0 comments

$httpRequest->retry($retryTimes); 期望改成 $httpRequest->retry(funtion($httpClient) use(xx){}, $retryTimes);

实际使用过程,如爬虫抓取,需要修改header信息来避免失败。如果可以,最好是可以定制失败重试的条件。目前的retry是针对500这种代码,显得用处不大。

ifdandy avatar Apr 02 '22 04:04 ifdandy