mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Document new params to HTTPSConnection
This commit is contained in:
parent
2134e754f2
commit
6f145fce06
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue