-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 to clarify proxy support #4101
Conversation
Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via `https://` - #4100 .
Record change
Codecov Report
@@ Coverage Diff @@
## master #4101 +/- ##
==========================================
- Coverage 97.86% 97.81% -0.05%
==========================================
Files 43 43
Lines 8807 8807
Branches 1378 1378
==========================================
- Hits 8619 8615 -4
- Misses 75 78 +3
- Partials 113 114 +1
Continue to review full report at Codecov.
|
Differentiate types of HTTP proxies. Co-Authored-By: Andrew Svetlov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
thanks! |
* Update docs to clarify proxy support Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via `https://` - #4100 . * Create 1400.doc Record change * Update docs/client_advanced.rst Differentiate types of HTTP proxies. Co-Authored-By: Andrew Svetlov <[email protected]> (cherry picked from commit be95c61) Co-authored-by: Benjamin Kane <[email protected]>
Thank you! |
Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via `https://` - #4100 . Co-Authored-By: Andrew Svetlov <[email protected]> (cherry picked from commit be95c61) Co-authored-by: Benjamin Kane <[email protected]>
Clarify that, while aiohttp supports proxies that upgrade to HTTPS via CONNECT, it doesn't support proxies that must be connected to via
https://
- #4100 .I had trouble building the library (
cchardet
woudn't compile), so I was unable to preview the docs. Please review for RST syntax errors.What do these changes do?
Update docs
Are there changes in behavior for the user?
None
Related issue number
Fixes #4100
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.