-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for HTTPS proxies (available to trio/asyncio) (#745)
* Add proxy_ssl_context argument * Add changelog * Document HTTPS proxies * Raise exception when proxy_ssl_context used with the http scheme * Update docs/proxies.md Co-authored-by: Tom Christie <[email protected]> * Raise exception when TLS over TLS is used for sync stream * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Tom Christie <[email protected]>
- Loading branch information
1 parent
b649bb0
commit f30da8c
Showing
5 changed files
with
71 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters