View Source Envoy.Api.V2.Core.HttpProtocolOptions (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Envoy.Api.V2.Core.HttpProtocolOptions{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  headers_with_underscores_action:
    Envoy.Api.V2.Core.HttpProtocolOptions.HeadersWithUnderscoresAction.t(),
  idle_timeout: Google.Protobuf.Duration.t() | nil,
  max_connection_duration: Google.Protobuf.Duration.t() | nil,
  max_headers_count: Google.Protobuf.UInt32Value.t() | nil,
  max_stream_duration: Google.Protobuf.Duration.t() | nil
}