Skip to content

Commit 97695ce

Browse files
Merge pull request #566 from nib-bturner/fix/fetch-options
fix: forward fetchOptions to axiosOptions
2 parents 7e01866 + 3f5c1a7 commit 97695ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/create-default-options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export default function createDefaultOptions(options: CreateHttpClientParams): D
8383
proxy: config.proxy,
8484
timeout: config.timeout,
8585
adapter: config.adapter,
86+
fetchOptions: config.fetchOptions,
8687
maxContentLength: config.maxContentLength,
8788
maxBodyLength: config.maxBodyLength,
8889
paramsSerializer: {

0 commit comments

Comments
 (0)