Skip to content

Commit e8212c2

Browse files
authored
Merge pull request #3268 from lann/wasi-http-refactor
factor-outbound-http: Refactor wasi impls
2 parents d1eb9ac + c9d2611 commit e8212c2

File tree

4 files changed

+343
-316
lines changed

4 files changed

+343
-316
lines changed

crates/factor-outbound-http/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use spin_factors::{
2525
use wasmtime_wasi_http::WasiHttpCtx;
2626

2727
pub use wasmtime_wasi_http::{
28+
bindings::http::types::ErrorCode,
2829
body::HyperOutgoingBody,
2930
types::{HostFutureIncomingResponse, OutgoingRequestConfig},
3031
HttpResult,

0 commit comments

Comments
 (0)