项目作者: fitomad

项目描述 :
URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry
高级语言: Swift
项目地址: git://github.com/fitomad/URLSession-Combine.git
创建时间: 2019-06-21T07:20:43Z
项目社区:https://github.com/fitomad/URLSession-Combine

开源协议:MIT License

下载


URLSession-Combine

URLSession and Combine framework. Catch a 429 HTTP error (rate limit) and then delay N seconds and retry

This is a beta version.
Things TO-DO…

  • Apply delay + retry only to 429 HTTP error
  • Better performance. Queues?… Maybe