套件:golang-github-mattn-go-ieproxy-dev(0.0.9-1)
golang-github-mattn-go-ieproxy-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-mattn-go-ieproxy:
- [golang-github-mattn-go-ieproxy_0.0.9-1.dsc]
- [golang-github-mattn-go-ieproxy_0.0.9.orig.tar.gz]
- [golang-github-mattn-go-ieproxy_0.0.9-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- libproxy-vole-java
- golang-github-yosssi-gohtml-dev
- golang-github-icrowley-fake-dev
- golang-github-opentracing-contrib-go-stdlib-dev
- amazon-ecr-credential-helper
- golang-github-cloudflare-cbpfc-dev
- golang-github-google-go-cmp-dev
- golang-github-masterminds-sprig-dev
- libghc-stm-delay-doc
- kinect-audio-setup
- golang-github-rwcarlsen-goexif-dev
Go package to detect the proxy settings on Windows platform (library)
ieproxy Go package to detect the proxy settings on Windows platform.
The settings are initially attempted to be read from the WinHttpGetIEProxyConfigForCurrentUser DLL call (https://docs.microsoft.com/en-us/windows/desktop/api/winhttp/nf-winhttp-winhttpgetieproxyconfigforcurrentuser), but falls back to the registry (CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings) in the event the DLL call fails.
For more information, take a look at the documentation (https://godoc.org/github.com/mattn/go-ieproxy) Methods You can either obtain a net/http compatible proxy function using ieproxy.GetProxyFunc(), set environment variables using ieproxy.OverrideEnvWithStaticProxy() (though no automatic configuration is available this way), or obtain the proxy settings via ieproxy.GetConf().