Skip to content

Commit

Permalink
only repalce headers for BaseHttpResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Jan 29, 2024
1 parent 587fd4e commit 2ceda7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface HttpRequestOptions {
compress?: boolean;
follow?: number;
form?: object;
headers?: Headers;
headers?: { [x: string]: string };
json?: object | any[];
method?: HttpMethod;
params?: object;
Expand Down

0 comments on commit 2ceda7a

Please sign in to comment.