From 0c48bfd1bdd7adfabb8c609a0ce6e447f962e399 Mon Sep 17 00:00:00 2001 From: zwiterrion Date: Wed, 19 Jun 2024 11:12:45 +0200 Subject: [PATCH] add method and url --- types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types.ts b/types.ts index 24fc009..8f434e7 100644 --- a/types.ts +++ b/types.ts @@ -272,6 +272,8 @@ export interface WasmAccessValidatorResponse { } export interface WasmTransformerResponse { + url?: string; + method?: string; headers: { [key: string]: string }; cookies: any; body_bytes?: number[];