Skip to contents

This method configures the R proxy to route everything through Fiddler if it is running

Value

None

Examples

if (FALSE) {
Sys.setenv(http_proxy="http://localhost:8888") # Enables Fiddler capturing of traffic
Sys.setenv(http_proxy="") # Disables Fiddler proxying
}