Categorygithub.com/AndreyShep2012/go-proxy
modulepackage
1.2.0
Repository: https://github.com/andreyshep2012/go-proxy.git
Documentation: pkg.go.dev

# README

go-proxy

Simple proxy with x-http-method-override header support

Configuration

Arguments precedence:

  1. CLI flags
  2. ENV vars
  3. Config file config.yml

Example config.yml:

from: "localhost:8888"
to: "localhost:9999"
tls_skip_verify: false

Example ENV vars:

export GO_PROXY_FROM=localhost:8888
export GO_PROXY_TO=localhost:9999
export GO_PROXY_TLS_SKIP_VERIFY=false

Example CLI args:

./go-proxy --from localhost:7000 --to localhost:7777 --tls_skip_verify false

# Packages

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author