diff --git a/src/types.rs b/src/types.rs index 11efb11..b8d6ec8 100644 --- a/src/types.rs +++ b/src/types.rs @@ -321,6 +321,8 @@ pub struct WasmAccessValidatorResponse { #[derive(Serialize, Deserialize, Debug)] pub struct WasmTransformerResponse { + pub url: Option, + pub method: Option, pub headers: HashMap, pub cookies: Value, pub body_bytes: Option>,