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
c0765c23
Commit
c0765c23
authored
Sep 25, 2001
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes.
parent
c825280e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
Doc/lib/libhttplib.tex
Doc/lib/libhttplib.tex
+8
-5
No files found.
Doc/lib/libhttplib.tex
View file @
c0765c23
...
...
@@ -2,14 +2,16 @@
HTTP protocol client
}
\declaremodule
{
standard
}{
httplib
}
\modulesynopsis
{
HTTP protocol client (requires sockets).
}
\modulesynopsis
{
HTTP
and HTTPS
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
\refmodule
{
urllib
}
\refstmodindex
{
urllib
}
uses it to handle URLs that
use HTTP.
This module defines classes which implement the client side of the
HTTP and HTTPS protocols. It is normally not used directly --- the
module
\refmodule
{
urllib
}
\refstmodindex
{
urllib
}
uses it to handle URLs
that use HTTP and HTTPS.
\strong
{
Note:
}
HTTPS support is only
available if the
\refmodule
{
socket
}
module was compiled with SSL
support.
The module defines one class,
\class
{
HTTP
}
:
...
...
@@ -111,6 +113,7 @@ read, using the \method{read()}, \method{readline()} or
\method
{
readlines()
}
methods.
\end{methoddesc}
\subsection
{
Examples
\label
{
httplib-examples
}}
Here is an example session that uses the
\samp
{
GET
}
method:
...
...
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