YurunHttp icon indicating copy to clipboard operation
YurunHttp copied to clipboard

YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227

Results 3 YurunHttp issues
Sort by recently updated
recently updated
newest added

$httpRequest->retry($retryTimes); 期望改成 $httpRequest->retry(funtion($httpClient) use(xx){}, $retryTimes); 实际使用过程,如爬虫抓取,需要修改header信息来避免失败。如果可以,最好是可以定制失败重试的条件。目前的retry是针对500这种代码,显得用处不大。

enhancement

可以记录请求的日志吗

enhancement