Document new params to HTTPSConnection

This commit is contained in:
Neal Norwitz 2007-05-22 06:03:36 +00:00
parent 2134e754f2
commit 6f145fce06

View file

@ -51,7 +51,9 @@ the server at the same host and port:
\versionadded{2.0} \versionadded{2.0}
\end{classdesc} \end{classdesc}
\begin{classdesc}{HTTPSConnection}{host\optional{, port, key_file, cert_file}} \begin{classdesc}{HTTPSConnection}{host\optional{, port\optional{,
key_file\optional{, cert_file\optional{,
strict\optional{, timeout}}}}}}
A subclass of \class{HTTPConnection} that uses SSL for communication with A subclass of \class{HTTPConnection} that uses SSL for communication with
secure servers. Default port is \code{443}. secure servers. Default port is \code{443}.
\var{key_file} is \var{key_file} is