View Source Envoy.Api.V2.Core.Http1ProtocolOptions (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Api.V2.Core.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,
  default_host_for_http_10: String.t(),
  enable_trailers: boolean(),
  header_key_format:
    Envoy.Api.V2.Core.Http1ProtocolOptions.HeaderKeyFormat.t() | nil
}