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

[core] Add optional agent option to WebResourceLike #32590

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jeremymeng
Copy link
Member

and add plubming to pass it to core-rest-pipeline.

Also add agent and tlsSettings to PipelineRequestOptions.

and add plubming to pass it to core-rest-pipeline.

Also add agent and tlsSettings to PipelineRequestOptions.
* A Node-only option to provide a custom `http.Agent`/`https.Agent`.
* Does nothing when running in the browser.
*/
agent?: Agent;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a specific reason why we don't have agent and tlsSettings in PipelineRequestOptions, or we missed adding them?

@jeremymeng jeremymeng requested review from xirzec and joheredi January 16, 2025 22:26
@azure-sdk
Copy link
Collaborator

azure-sdk commented Jan 16, 2025

API change check

APIView has identified API level changes in this PR and created following API reviews.

@azure/core-http-compat
@azure/core-rest-pipeline

@jeremymeng jeremymeng marked this pull request as ready for review January 17, 2025 18:14
@jeremymeng jeremymeng requested review from bterlson and a team as code owners January 17, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants