HTTP services (proto)

config.core.v3.HttpService

[config.core.v3.HttpService proto]

HTTP service configuration.

{
  "http_uri": {...},
  "request_headers_to_add": []
}
http_uri

(config.core.v3.HttpUri) The service’s HTTP URI. For example:

http_uri:
  uri: https://www.myserviceapi.com/v1/data
  cluster: www.myserviceapi.com|443
request_headers_to_add

(repeated config.core.v3.HeaderValueOption) Specifies a list of HTTP headers that should be added to each request handled by this virtual host.