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

Add policy parameters into readme #16308

Merged
merged 3 commits into from
Feb 5, 2021
Merged

Add policy parameters into readme #16308

merged 3 commits into from
Feb 5, 2021

Conversation

xiangyan99
Copy link
Member

No description provided.

@xiangyan99 xiangyan99 requested a review from lmazuel as a code owner January 22, 2021 22:29
@ghost ghost added the Azure.Core label Jan 22, 2021
| connection_verify | SSL certificate verification. Enabled by default. Set to False to disable, alternatively can be set to the path to a CA_BUNDLE file or directory with certificates of trusted CAs. |
| connection_cert | Client-side certificates. You can specify a local cert to use as client side certificate, as a single file (containing the private key and the certificate) or as a tuple of both files' paths. |
| proxies | Dictionary mapping protocol or protocol and hostname to the URL of the proxy. |
| cookies | Dict or CookieJar object to send with the `Request`. |
| stream | whether to immediately download the response content. Defaults to ``False``. |
| connection_data_block_size | The block size of data sent over the connection. Defaults to 4096 bytes. |
| stream | whether to immediately download the response content. Defaults to `False`. |
Copy link
Member

Choose a reason for hiding this comment

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

We don't want to document "stream"

@xiangyan99 xiangyan99 merged commit 9910871 into master Feb 5, 2021
@xiangyan99 xiangyan99 deleted the core_readme_policies branch February 5, 2021 20:28
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