iron_dotnet
iron_dotnet copied to clipboard
Make RestClient non-static
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.
@featalion, please look at this PR. If you haven't time for review, please notify me and i'll try to find another reviewer.