I want to replace requests with pycurl in my existing code base. Is it possible to write interface similar to that of requests?
In particular I am looking for a drop in replacement for requests .iter_content()
method.
I want to replace requests with pycurl in my existing code base. Is it possible to write interface similar to that of requests?
In particular I am looking for a drop in replacement for requests .iter_content()
method.