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

Summary

Types

@type t() :: %Envoy.Config.Core.V3.Http1ProtocolOptions{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  accept_http_10: boolean(),
  allow_absolute_url: Google.Protobuf.BoolValue.t() | nil,
  allow_chunked_length: boolean(),
  allow_custom_methods: boolean(),
  default_host_for_http_10: String.t(),
  enable_trailers: boolean(),
  header_key_format:
    Envoy.Config.Core.V3.Http1ProtocolOptions.HeaderKeyFormat.t() | nil,
  override_stream_error_on_invalid_http_message:
    Google.Protobuf.BoolValue.t() | nil,
  send_fully_qualified_url: boolean(),
  use_balsa_parser: Google.Protobuf.BoolValue.t() | nil
}