Skip to content

Commit

Permalink
Merge branch 'main' into build-args-passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
sporkmonger authored Aug 24, 2023
2 parents 56e4e1c + c23bd32 commit 808de3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wasm-sdk/src/host_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use crate::bulwark_host::DecisionInterface;

pub use crate::{Decision, Outcome};
pub use http::{Extensions, Method, StatusCode, Uri, Version};
pub use serde_json::json as value;
pub use serde_json::{Map, Value};

/// An HTTP request combines a head consisting of a [`Method`], [`Uri`], and headers with a [`BodyChunk`], which provides
Expand Down

0 comments on commit 808de3b

Please sign in to comment.