mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
Document new params to HTTPSConnection
This commit is contained in:
@@ -51,7 +51,9 @@ the server at the same host and port:
|
||||
\versionadded{2.0}
|
||||
\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
|
||||
secure servers. Default port is \code{443}.
|
||||
\var{key_file} is
|
||||
|
||||
Reference in New Issue
Block a user