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.
2 parents 69feeb4 + 69b9a11 commit 6aa8e06Copy full SHA for 6aa8e06
host/src/http.rs
@@ -2,7 +2,7 @@
2
3
use std::{borrow::Cow, collections::HashSet, fmt};
4
5
-use http::Method;
+pub use http::Method;
6
use wasmtime_wasi_http::body::HyperOutgoingBody;
7
8
/// Validates if an outgoing HTTP interaction is allowed.
0 commit comments