Skip to content

Commit

Permalink
feat: add redirect option in RequestRequestOptions (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 9, 2024
1 parent d32a77f commit 9c58158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RequestRequestOptions.ts
Expand Up @@ -18,5 +18,6 @@ export type RequestRequestOptions = {
*/
parseSuccessResponseBody?: boolean;

redirect?: "follow" | "error" | "manual";
[option: string]: any;
};

0 comments on commit 9c58158

Please sign in to comment.