Apache HttpClient - Retry-After 标头

发布于 2024-11-12 20:53:24 字数 132 浏览 6 评论 0 原文

知道 apache http 客户端如何处理 Retry-After 标头吗? Apache 已经给出了默认的重试处理程序实现,但我无法在那里看到任何基于重试标头的逻辑。 如果它不处理重试标头,那么实现它的正确方法是什么。 (日期解析和睡眠逻辑)

Any idea how apache http client handles Retry-After header ?
Apache has given default retry handler implementation, but I am not able to see any retry header based logic there.
if it does not handles the retry header, whats the proper way to implement it. (date parsing and sleep logic)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷清清 2024-11-19 20:53:24

我找到了以下链接,我们可以在其中看到处理重试标头的示例实现

https://issues.apache.org/jira/browse/SHIINDIG-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

I found following link where we can see sample implementation for handling retry header

https://issues.apache.org/jira/browse/SHINDIG-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文