Skip to content

Commit 9c58158

Browse files
authored
feat: add redirect option in RequestRequestOptions (#630)
1 parent d32a77f commit 9c58158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RequestRequestOptions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ export type RequestRequestOptions = {
1818
*/
1919
parseSuccessResponseBody?: boolean;
2020

21+
redirect?: "follow" | "error" | "manual";
2122
[option: string]: any;
2223
};

0 commit comments

Comments
 (0)