Mention support for HTTP_PROXY, HTTPS_PROXY, NO_PROXY
Open
@immavalls is already working on this.
Since Jan 25, 2023.
Area: OSS Content
- Dominant language
- Python
- Stars
- 117
- Forks
- 266
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 9
Description
https://community.k6.io/t/k6-http-header-anomaly-how-to-config-fiddler-for-k6/137/6 made me look this up, and we don't seem to mention proxy support at all...
k6 [uses](https://github.com/loadimpact/k6/blob/0e94653c9954c17b2b1a480b456e23ec120feff2/js/runner.go#L171) Go's `http.ProxyFromEnvironment`, so we can pretty much copy and adapt this documentation: https://golang.org/pkg/net/http/#ProxyFromEnvironment
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.