Skip to content

Commit

Permalink
add method and url
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Jun 19, 2024
1 parent 5f3b03b commit 0c48bfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ export interface WasmAccessValidatorResponse {
}

export interface WasmTransformerResponse {
url?: string;
method?: string;
headers: { [key: string]: string };
cookies: any;
body_bytes?: number[];
Expand Down

0 comments on commit 0c48bfd

Please sign in to comment.