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 6cf36fb commit 33242bfCopy full SHA for 33242bf
plugins/http/build.rs
@@ -6,7 +6,7 @@
6
#[allow(dead_code)]
7
mod scope;
8
9
-const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_stream_body"];
+const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_read_body"];
10
11
/// HTTP scope entry.
12
#[derive(schemars::JsonSchema)]
0 commit comments