@ -301,7 +301,6 @@ message HttpConnectionManager {
/ / A list of individual HTTP filters that make up the filter chain for
/ / A list of individual HTTP filters that make up the filter chain for
/ / requests made to the connection manager. : ref : ` Order matters < arch_overview_http_filters_ordering > `
/ / requests made to the connection manager. : ref : ` Order matters < arch_overview_http_filters_ordering > `
/ / as the filters are processed sequentially as request events happen.
/ / as the filters are processed sequentially as request events happen.
/ / [ # extension - category : envoy.filters.http ]
repeated HttpFilter http_filters = 5 ;
repeated HttpFilter http_filters = 5 ;
/ / Whether the connection manager manipulates the : ref : ` config_http_conn_man_headers_user - agent `
/ / Whether the connection manager manipulates the : ref : ` config_http_conn_man_headers_user - agent `
@ -883,6 +882,7 @@ message HttpFilter {
oneof config_type {
oneof config_type {
/ / Filter specific configuration which depends on the filter being instantiated. See the supported
/ / Filter specific configuration which depends on the filter being instantiated. See the supported
/ / filters for further documentation.
/ / filters for further documentation.
/ / [ # extension - category : envoy.filters.http ]
google.protobuf.Any typed_config = 4 ;
google.protobuf.Any typed_config = 4 ;
/ / Configuration source specifier for an extension configuration discovery service.
/ / Configuration source specifier for an extension configuration discovery service.