Skip to content

Commit 6aa8e06

Browse files
authored
Merge pull request #144 from influxdata/crepererum/re-export-http-method
feat: re-export `http::Method`
2 parents 69feeb4 + 69b9a11 commit 6aa8e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/src/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use std::{borrow::Cow, collections::HashSet, fmt};
44

5-
use http::Method;
5+
pub use http::Method;
66
use wasmtime_wasi_http::body::HyperOutgoingBody;
77

88
/// Validates if an outgoing HTTP interaction is allowed.

0 commit comments

Comments
 (0)