package
0.0.7
Repository: https://github.com/blunghamer/devproxy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DecryptGCM decrypt with AES / Galois Counter Mode taken and extended from https://golang.org/src/crypto/cipher/example_test.go.
EncryptGCM encrypt with AES / Galois Counter Mode taken and extended from https://golang.org/src/crypto/cipher/example_test.go.
Execute root command.
GetBasicAuth read basic auth header.
NewAutoProxy creates an AutoProxy.
NewChainedProxy dials out to chained proxy server.
NewDirectProxy explicitly bypasses env variables and directly dials out.
NewDirectProxyHTTPServer customizes behaviour we do not take into account the environment variables.
SetBasicAuth add basic auth for proxy access to the request.

# Constants

ProxyAuthHeader contains standard header to set basic auth for proxy access.

# Structs

AutoProxy can switch config on its own.
DevProxyConfig for the proxy.
KeyStore enables persistence of nonce and key for Aes GCM.