Skip to content

Commit

Permalink
Changed to allow Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Sep 20, 2024
1 parent 1f3c071 commit e57f29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/helpers/proxy-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface ProxyRequestOptions {
url: string;
method: string;
headers: RawAxiosRequestHeaders;
body: string;
body: Buffer;
agentOptions?: any;
proxy?: any;
injector?: KrasInjectorInfo;
Expand Down

0 comments on commit e57f29d

Please sign in to comment.