mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Fixes #7208 This is what urllib.request claims to support over here:ad4e8d2b87/Lib/urllib/request.py (L1276)There is additional validation logic (e.g. strs don't work), but a lot of what determines what works is over here:ad4e8d2b87/Lib/http/client.py (L1039)