New submission from Will Boyce <m...@willboyce.com>:

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>

----------
components: Library (Lib)
messages: 352586
nosy: Will Boyce
priority: normal
severity: normal
status: open
title: http.client should be "runnable" like http.server
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38193>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to