turbomanage / basic-http-client

Automatically exported from code.google.com/p/basic-http-client
73 stars 25 forks source link

How to control request execution order? #30

Closed iavsm closed 4 years ago

iavsm commented 4 years ago

Is there any way we can set request priority. For example, if I execute 10 requests asynchronous and on 11th request I decide to pause the remaining request and hit 11 first and once I received response for 11 I will resume remaining requests?

turbomanage commented 4 years ago

basic-http-client doesn't have any queueing mechanism so this is out of scope, sorry.