We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d02be2 commit 3c5b187Copy full SHA for 3c5b187
src/traits.rs
@@ -90,7 +90,7 @@ pub trait Context {
90
/// impl HttpContext for MyPlugin {
91
/// fn on_http_request_headers(&mut self, _num_headers: usize, _end_of_stream: bool) -> Action {
92
/// match self.dispatch_http_call(
93
- /// "cluster_name_from_envoy_config",
+ /// "google",
94
/// vec![
95
/// (":method", "GET"),
96
/// (":path", "/"),
0 commit comments