Transform URLs for Network Requests

Implement the Network Request Callback

The callback that modifies or ignore specific URLs should be assigned to the Func delegate below.

Note: The callback method OnNetworkRequest is synchronous, so we recommend that you return from the function quickly.
CODE
public Func<IHttpRequestTracker, bool> OnNetworkRequest { get; set; }