Home

envoy.config.core.v3.HeaderValue

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.config.core.v3.HeaderValue
.withKey('string')
.withValue('string')
._validate()

Fields

Name Type One-of group Required Constraints
key string   {"String_":{"WellKnown":{"WellKnownRegex":1},"max_bytes":16384,"min_len":1,"strict":false}}
value string   {"String_":{"WellKnown":{"WellKnownRegex":2},"max_bytes":16384,"strict":false}}