diff --git a/plugins/http/build.rs b/plugins/http/build.rs index a4b802ad..b44e0523 100644 --- a/plugins/http/build.rs +++ b/plugins/http/build.rs @@ -6,7 +6,7 @@ #[allow(dead_code)] mod scope; -const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_read_body"]; +const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_stream_body"]; /// HTTP scope entry. #[derive(schemars::JsonSchema)]