summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs b/src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs
new file mode 100644
index 00000000..f007ee61
--- /dev/null
+++ b/src/rpc/envoy.extensions.http.early_header_mutation.header_mutation.v3.rs
@@ -0,0 +1,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)