add the various updates for proxy in http client/server

This commit is contained in:
Asim Aslam 2019-11-22 22:09:18 +00:00 committed by Vasiliy Tolstov
parent 03948ae35b
commit 4fe1822679

View File

@ -43,6 +43,7 @@ func serviceDef(opts server.Options) *registry.Service {
node.Metadata["server"] = "http"
node.Metadata["broker"] = opts.Broker.String()
node.Metadata["registry"] = opts.Registry.String()
node.Metadata["protocol"] = "http"
return &registry.Service{
Name: opts.Name,