iron_dotnet icon indicating copy to clipboard operation
iron_dotnet copied to clipboard

Make RestClient non-static

Open pyeremenko opened this issue 9 years ago • 1 comments

Some of our customers asked for preserving instance of HttpClient within each instance of API clients (mq/worker/cache). So now HttpClient isn't instantiated for each request.

pyeremenko avatar Apr 15 '15 09:04 pyeremenko

@featalion, please look at this PR. If you haven't time for review, please notify me and i'll try to find another reviewer.

pyeremenko avatar May 01 '15 08:05 pyeremenko