gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/go-control-plane/internal/upstream/README.md (about)

     1  # HTTP Upstream Test Server
     2  
     3  This server is used by the integration tests as an upstream server.
     4  It simply responds to HTTP GET requests with a canned message that is
     5  then proxied to the test framework via Envoy.
     6  
     7  For more info see the ```build/integration.sh``` script which runs the
     8  upstream server, and ```pkg/test/main/main.go``` for the test
     9  framework that sends and checks the requests.