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
aced69fd
Commit
aced69fd
authored
Mar 19, 2013
by
Senthil Kumaran
Browse files
Options
Browse Files
Download
Plain Diff
#17460 - merge from 3.3
parents
3ab68a49
2f306c03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Doc/library/http.client.rst
Doc/library/http.client.rst
+12
-0
No files found.
Doc/library/http.client.rst
View file @
aced69fd
...
...
@@ -51,6 +51,10 @@ The module provides the following classes:
.. versionchanged:: 3.2
*source_address* was added.
.. versionchanged:: 3.4
The *strict* parameter is removed. HTTP 0.9-style "Simple Responses" are
not supported.
.. class:: HTTPSConnection(host, port=None, key_file=None, \
cert_file=None[, timeout], \
...
...
@@ -85,12 +89,20 @@ The module provides the following classes:
This class now supports HTTPS virtual hosts if possible (that is,
if :data:`ssl.HAS_SNI` is true).
.. versionchanged:: 3.4
The *strict* parameter is removed. HTTP 0.9-style "Simple Responses" are
not supported anymore.
.. class:: HTTPResponse(sock, debuglevel=0, method=None, url=None)
Class whose instances are returned upon successful connection. Not
instantiated directly by user.
.. versionchanged:: 3.4
The *strict* parameter is removed. HTTP 0.9 style "Simple Responses" are
not supported anymore.
The following exceptions are raised as appropriate:
...
...
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