This organization was marked as archived by an administrator on Oct 16, 2024. It is no longer maintained.
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
After conducting several revisions on AsyncHTTPClient and gaining a better understanding of URLSession with the Security and Network frameworks, we have discovered some optimizations that Apple has exclusively implemented for URLSession. This piqued our interest in exploring the possibility of integrating URLSession into RequestDL.
The aim of this proposal is to make RequestDL smarter by dynamically switching between URLSession and AsyncHTTPClient based on specific constraints.
Conclusion
We will update this proposal with our findings once the revision process is complete.
Milestone: 3.0.4
Beta Was this translation helpful? Give feedback.
All reactions