mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Make some module references hyperlinks.
This commit is contained in:
parent
b774550ba5
commit
12a956921f
1 changed files with 5 additions and 6 deletions
|
|
@ -1,16 +1,15 @@
|
||||||
\section{\module{httplib} ---
|
\section{\module{httplib} ---
|
||||||
HTTP protocol client.}
|
HTTP protocol client}
|
||||||
\declaremodule{standard}{httplib}
|
|
||||||
|
|
||||||
|
\declaremodule{standard}{httplib}
|
||||||
\modulesynopsis{HTTP protocol client (requires sockets).}
|
\modulesynopsis{HTTP protocol client (requires sockets).}
|
||||||
|
|
||||||
\indexii{HTTP}{protocol}
|
\indexii{HTTP}{protocol}
|
||||||
|
|
||||||
|
|
||||||
This module defines a class which implements the client side of the
|
This module defines a class which implements the client side of the
|
||||||
HTTP protocol. It is normally not used directly --- the module
|
HTTP protocol. It is normally not used directly --- the module
|
||||||
\module{urllib}\refstmodindex{urllib} uses it to handle URLs that use
|
\refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs that
|
||||||
HTTP.
|
use HTTP.
|
||||||
|
|
||||||
The module defines one class, \class{HTTP}:
|
The module defines one class, \class{HTTP}:
|
||||||
|
|
||||||
|
|
@ -103,7 +102,7 @@ read the reply from the server, and return a triple
|
||||||
message string corresponding to the reply code; and \var{headers} is
|
message string corresponding to the reply code; and \var{headers} is
|
||||||
an instance of the class \class{mimetools.Message} containing the
|
an instance of the class \class{mimetools.Message} containing the
|
||||||
headers received from the server. See the description of the
|
headers received from the server. See the description of the
|
||||||
\module{mimetools}\refstmodindex{mimetools} module.
|
\refmodule{mimetools}\refstmodindex{mimetools} module.
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{getfile}{}
|
\begin{methoddesc}{getfile}{}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue