summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs
blob: f007ee614a705df5886d7c51625677fbf36c7b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// @generated
// This file is @generated by prost-build.
// \[#protodoc-title: Default early header mutation extension\]
// \[#extension: envoy.http.early_header_mutation.header_mutation\]

/// This extension allows for early header mutation by the substitution formatter.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct HeaderMutation {
    #[prost(message, repeated, tag="1")]
    pub mutations: ::prost::alloc::vec::Vec<super::super::super::super::super::config::common::mutation_rules::v3::HeaderMutation>,
}
// @@protoc_insertion_point(module)