1 repository
Queues specifically for organizing the sequential or simultaneous execution of network requests.
Distinct from Task Queues: Distinct from general task queues by specializing in network upload and download requests.
Explore 1 awesome GitHub repository matching devops & infrastructure · Network. Refine with filters or upvote what's useful.
OkHttp-OkGo is a network request framework that wraps OkHttp to simplify the process of sending and receiving data from web services. It provides a structured system for managing asynchronous data streams and concurrency through integration with RxJava. The project includes dedicated managers for batch file transfers, enabling the simultaneous upload and download of multiple files. The download system supports breakpoint-based management, allowing interrupted transfers to be paused and resumed from the last saved position. Additional capabilities include a custom HTTP cache manager for defin
Includes a task queueing system to organize sequential or simultaneous network execution.