customHeader.go 294 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. Updates: 2024-10-26
  7. Contents from this file has been moved to rewrite/rewrite.go
  8. This file is kept for contributors to understand the structure
  9. */