customHeader.go 206 B

123456789101112
  1. package dynamicproxy
  2. /*
  3. CustomHeader.go
  4. This script handle parsing and injecting custom headers
  5. into the dpcore routing logic
  6. */
  7. func (ept *ProxyEndpoint) GenerateProxyHeaderArrays() {
  8. }