summaryrefslogtreecommitdiffhomepage
path: root/net/tshttpproxy/tshttpproxy_test.go
AgeCommit message (Expand)AuthorFilesLines
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham1-0/+124
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-14net/tshttpproxy: don't ignore env-based HTTP proxies after system lookups failBrad Fitzpatrick1-0/+31
2021-02-18net/tshttpproxy: support HTTP proxy environment credentials on Windows tooBrad Fitzpatrick1-11/+15
2021-02-17net/tshttpproxy: support basic auth when available (#1354)Christine Dodrill1-0/+49