package
0.13.4
Repository: https://github.com/envoyproxy/go-control-plane.git
Documentation: pkg.go.dev

# README

HTTP Upstream Test Server

This server is used by the integration tests as an upstream server. It simply responds to HTTP GET requests with a canned message that is then proxied to the test framework via Envoy.

For more info see the scripts/integration.sh script which runs the upstream server, and pkg/test/main/main.go for the test framework that sends and checks the requests.