diff --git a/plugins/http/build.rs b/plugins/http/build.rs index b44e0523..a4b802ad 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_stream_body"]; +const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_read_body"]; /// HTTP scope entry. #[derive(schemars::JsonSchema)]