Is it possible to write persistent HTTP connections with rotor_http? I'm still pretty new to the library so am not sure how that would play with the state functions on the Client. Could it just be a case of passing an already open socket to the Requester object?
Is it possible to write persistent HTTP connections with
rotor_http
? I'm still pretty new to the library so am not sure how that would play with the state functions on theClient
. Could it just be a case of passing an already open socket to theRequester
object?