keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 24 forks source link

Add HTTP Proxy support #49

Open masojus opened 7 years ago

masojus commented 7 years ago

Allow plugging in DelegatingHandler and HttpClientHandler instances that override default behavior such as implementing proxy support. Perhaps make it simpler by toggling proxy support at a higher abstraction if it makes sense.