proxy
See internal/proxy for a sample usage of the public APIs
(config, handler, and runner).
Quick start
Run the following in two separate terminal sessions:
go run github.com/dio/proxy/xds-server@main --resources testdata/hello
go run github.com/dio/proxy@main --node-id testdata/hello
Check if the server is ready:
curl localhost:10000
curl localhost:10001
See: testdata/hello for available configurations for this quick start section.
License
See: LICENSE.