https proto module?

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Aug 3 04:37:30 EDT 2001


krel <krel at is-antisocial.net> writes:

> Is there a module out there to deal with the https (http with an 's' on the
> end) protocol? I'd love it if there were.

The standard Python httplib module provides a class httplib.HTTPS. It
is only available if the socket module was compiled with OpenSSL.

Regards,
Martin




More information about the Python-list mailing list