Navigation :
Getting Started
What is Gloo Gateway?
Setup
Guides
Operations
Reference
-
Open Source Attribution
-
API Reference
-- Address
-- AdvancedHttp
-- Ai
-- Als
-- Annotations
-- Any
-- Api
-- Artifact
-- Aws
-- AwsEc2
-- Azure
-- Base
-- Caching
-- CircuitBreaker
-- Cluster
-- Connection
-- ConnectionLimit
-- Consul
-- Core
-- Cors
-- Deprecation
-- Descriptor
-- DestinationSpec
-- Discovery
-- Dlp
-- Duration
-- DynamicForwardProxy
-- Empty
-- Endpoint
-- envoy.glooe.solo.io.project
-- envoy_glooe_solo_io.project
-- Ext
-- Extauth
-- ExtauthInternal
-- Extensions
-- ExternalOptions
-- Extproc
-- Failover
-- Failover
-- Fault
-- FieldMask
-- Gateway
-- gateway.solo.io.project
-- gateway_solo_io.project
-- Gcp
-- gloo.solo.io.project
-- gloo_solo_io.project
-- glooe.solo.io.project
-- glooe_solo_io.project
-- GlooValidation
-- Graphql
-- Graphql
-- Grpc
-- GrpcJson
-- GrpcWeb
-- Hcm
-- Headers
-- HeaderValidation
-- Healthcheck
-- Http
-- HttpGateway
-- HttpListenerOptions
-- HttpUri
-- Ingress
-- Instance
-- Jwt
-- Kubernetes
-- Lbhash
-- ListenerOptions
-- LoadBalancer
-- LocalRatelimit
-- MatchableHttpGateway
-- MatchableTcpGateway
-- Matchers
-- Metadata
-- Metrics
-- options.proto
-- Parameters
-- Percent
-- Pipe
-- Placement
-- Protocol
-- ProtocolUpgrade
-- Proxy
-- proxy_protocol.proto
-- ProxyEndpoint
-- ProxyProtocol
-- QueryOptions
-- Ratelimit
-- Ratelimit
-- Ratelimit
-- Rbac
-- Ref
-- Rest
-- Retries
-- Route
-- RouteConfigurationOptions
-- RouteOptions
-- Router
-- RouteTable
-- Secret
-- Selectors
-- SemanticVersion
-- Service
-- ServiceSpec
-- Settings
-- Shadowing
-- Snap
-- SocketOption
-- SoloDiscoveryService
-- SoloKit
-- SourceContext
-- Ssl
-- ssl.proto
-- Stages
-- StatefulSession
-- statefulsession.proto
-- statefulsession.proto
-- Static
-- Stats
-- Status
-- Status
-- Struct
-- Subset
-- SubsetSpec
-- Tap
-- tap.proto
-- Tcp
-- TcpListenerOptions
-- Timestamp
-- Trace
-- Tracing
-- Transformation
-- Type
-- Upstream
-- Version
-- VirtualHostOptions
-- VirtualService
-- Waf
-- Wasm
-- WeightedDestinationOptions
-- Wrappers
--
--
-
Command Line Reference
-
Changelog
-
Helm Chart Values
-
Security Updates
- Security Posture
- Gloo Gateway Port Reference
- Release Support
-
Cheatsheets
Contribution Guide
Get help and support
RouteConfigurationOptions
Package: gloo.solo.io
Types:
Source File: github.com/solo-io/gloo/projects/gloo/api/v1/route_configuration_options.proto
RouteConfigurationOptions
"maxDirectResponseBodySizeBytes": .google.protobuf.UInt32Value
"mostSpecificHeaderMutationsWins": .google.protobuf.BoolValue
Field
Type
Description
maxDirectResponseBodySizeBytes
.google.protobuf.UInt32Value
The maximum bytes of the response direct response body size. If not specified the default is 4096. Please refer to the Envoy documentation for more details about the max_direct_response_body_size_bytes
attribute.
mostSpecificHeaderMutationsWins
.google.protobuf.BoolValue
By default, headers that should be added/removed are evaluated from most to least specific. To allow setting overrides at the route or virtual host level, this order can be reversed by setting this option to true. Refer to the Envoy documentation for more details.