This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Will Boyce
Recipients Will Boyce
Date 2019-09-16.22:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568671328.34.0.971414028957.issue38193@roundup.psfhosted.org>
In-reply-to
Content
I think it would be both sensible and useful if the `http.client` library exposed a "runnable" interface (similar to `http.server`). I would suggest keeping it simple, for example:

python -m http.client <url>
python -m http.client -o <file> <url>
History
Date User Action Args
2019-09-16 22:02:08Will Boycesetrecipients: + Will Boyce
2019-09-16 22:02:08Will Boycesetmessageid: <1568671328.34.0.971414028957.issue38193@roundup.psfhosted.org>
2019-09-16 22:02:08Will Boycelinkissue38193 messages
2019-09-16 22:02:08Will Boycecreate