/prebuilts/go/darwin-x86/src/net/http/ |
proxy_test.go | 77 for _, v := range []string{"HTTP_PROXY", "http_proxy", "NO_PROXY", "no_proxy"} {
|
transport.go | 31 // as directed by the $HTTP_PROXY and $NO_PROXY (or $http_proxy and 122 // HTTP_PROXY, HTTPS_PROXY and NO_PROXY (or the lowercase versions 123 // thereof). HTTPS_PROXY takes precedence over HTTP_PROXY for https 295 names: []string{"HTTP_PROXY", "http_proxy"}, [all...] |
transport_test.go | [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
proxy_test.go | 77 for _, v := range []string{"HTTP_PROXY", "http_proxy", "NO_PROXY", "no_proxy"} {
|
transport.go | 31 // as directed by the $HTTP_PROXY and $NO_PROXY (or $http_proxy and 122 // HTTP_PROXY, HTTPS_PROXY and NO_PROXY (or the lowercase versions 123 // thereof). HTTPS_PROXY takes precedence over HTTP_PROXY for https 295 names: []string{"HTTP_PROXY", "http_proxy"}, [all...] |
transport_test.go | [all...] |
/frameworks/base/core/java/android/provider/ |
Settings.java | [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | 352 Settings.Secure.HTTP_PROXY, [all...] |