newrelic / video-agent-roku

New Relic Agent for Roku
Apache License 2.0
18 stars 18 forks source link

Added network proxy support #38

Closed vitalytarasov closed 2 years ago

vitalytarasov commented 2 years ago

This PR adds network proxy support as described in https://rokulikeahurricane.io/proxying_network_requests App-level proxying - this is the most common type of proxy for development of Roku channels. Default behavior is unchanged, proxy can be added using UpdateConfig method.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

vitalytarasov commented 2 years ago

@asllop & @cjmccarthy - any traction on this PR?

asllop commented 2 years ago

Hi, @vitalytarasov, sorry for the delay.

Your PR looks fine, with only a few objections:

vitalytarasov commented 2 years ago

@asllop - I have updated the PR to address your concerns.