Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for withCore API #48

Merged
merged 2 commits into from
Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/api/requests/withCore.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ await spec()
.get('https://pactumjs.github.io/')
.withCore({ agent })
.expectStatus(200);
```
```

::: warning WARNING
If `withCore` is used at the end in request chaining, all [http core options](https://nodejs.org/api/http.html#httprequesturl-options-callback) provided in `withCore` will take precedence and they will override any previously values.
ASaiAnudeep marked this conversation as resolved.
Show resolved Hide resolved
:::