Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
12a95692
Commit
12a95692
authored
Apr 22, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make some module references hyperlinks.
parent
b774550b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
Doc/lib/libhttplib.tex
Doc/lib/libhttplib.tex
+5
-6
No files found.
Doc/lib/libhttplib.tex
View file @
12a95692
\section
{
\module
{
httplib
}
---
HTTP protocol client.
}
\declaremodule
{
standard
}{
httplib
}
HTTP protocol client
}
\declaremodule
{
standard
}{
httplib
}
\modulesynopsis
{
HTTP protocol client (requires sockets).
}
\indexii
{
HTTP
}{
protocol
}
This module defines a class which implements the client side of the
HTTP protocol. It is normally not used directly --- the module
\
module
{
urllib
}
\refstmodindex
{
urllib
}
uses it to handle URLs that use
HTTP.
\
refmodule
{
urllib
}
\refstmodindex
{
urllib
}
uses it to handle URLs that
use
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
an instance of the class
\class
{
mimetools.Message
}
containing the
headers received from the server. See the description of the
\module
{
mimetools
}
\refstmodindex
{
mimetools
}
module.
\
ref
module
{
mimetools
}
\refstmodindex
{
mimetools
}
module.
\end{methoddesc}
\begin{methoddesc}
{
getfile
}{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment