View Source Envoy.Config.Core.V3.Http1ProtocolOptions.HeaderKeyFormat (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Config.Core.V3.Http1ProtocolOptions.HeaderKeyFormat{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  header_format:
    {:proper_case_words,
     Envoy.Config.Core.V3.Http1ProtocolOptions.HeaderKeyFormat.ProperCaseWords.t()
     | nil}
    | {:stateful_formatter, Envoy.Config.Core.V3.TypedExtensionConfig.t() | nil}
    | nil
}