You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: extensions/v1alpha1/wasm.proto
+15-10
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ message WasmPlugin {
338
338
FailStrategyfail_strategy=13;
339
339
340
340
// Configuration for a Wasm VM.
341
-
// more details can be found [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/wasm/v3/wasm.proto#extensions-wasm-v3-vmconfig).
341
+
// More details can be found [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/wasm/v3/wasm.proto#extensions-wasm-v3-vmconfig).
342
342
VmConfigvm_config=11;
343
343
344
344
// TrafficSelector provides a mechanism to select a specific traffic flow
@@ -375,15 +375,20 @@ message WasmPlugin {
375
375
}
376
376
377
377
378
-
// PluginType indicates the type of Wasm Extension to be used.
379
-
// There are two types of Extensions: `HTTP` and `NETWORK`.
380
-
// HTTP Extension work at "Layer 7"(for example as an HTTP filters in Envoy).
381
-
// The detailed HTTP interface for can be found at [C++] (https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/b7e690703c7f26707438a2f1ebd7c197bc8f0296/include/proxy-wasm/context_interface.h#L199)
382
-
// and [Rust] (https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/6b47aec926bc29971c727471d6f4c972ec407c7f/src/traits.rs#L309).
383
-
// NETWORK Extension work at "Layer 4"(for example, as a network filter in Envoy).
384
-
// The detailed NETWORK interface for can be found at [C++] (https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/b7e690703c7f26707438a2f1ebd7c197bc8f0296/include/proxy-wasm/context_interface.h#L257)
385
-
// and [Rust] (https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/6b47aec926bc29971c727471d6f4c972ec407c7f/src/traits.rs#L257).
386
-
// The NETWORK Extension can be applied to HTTP traffic as well.
378
+
// PluginType indicates the type of Wasm extension to be used.
379
+
// There are two types of extensions: `HTTP` and `NETWORK`.
380
+
//
381
+
// The `HTTP` extension works at Layer 7 (for example, as an HTTP filter in Envoy).
0 commit comments