HTTP type of commands

Alex Martelli aleax at aleax.it
Thu Mar 6 05:07:55 EST 2003


Bob wrote:

> If I'd like to issue HTTP type of commands and watch the return data,
> does Python offer this functionality? I've only gotten to chapter 5
> and inquiring minds need to know :)

Chapter 5 of what book?  Anyway, importing httplib and using it
interactively e.g. in IDLE might let you do what you want.


Alex





More information about the Python-list mailing list