Document Go proxy variables (HTTP_PROXY
, HTTPS_PROXY
, NO_PROXY
)
#1913
Labels
Area: OSS Content
Improvements or additions to community/oss documentation
From a k6 blog post:
"To have k6 send its traffic through a web proxy, we'll need to tell it on which TCP port the web proxy is listening.
Behind the scenes, k6 runs Go, and we use the built-in Go HTTP client for communication. Unlike some applications that use host OS proxy settings, Go programs depend on the presence of specific Environment Variables to determine whether to use a proxy and where it is listening. These magical Environment Variables are:
The text was updated successfully, but these errors were encountered: