mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Automated merge with ssh://hg.python.org/cpython
This commit is contained in:
commit
08c73e80df
1 changed files with 5 additions and 0 deletions
|
@ -498,6 +498,11 @@ request.
|
||||||
|
|
||||||
Return a list of tuples (header_name, header_value) of the Request headers.
|
Return a list of tuples (header_name, header_value) of the Request headers.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.4
|
||||||
|
Request methods add_data, has_data, get_data, get_type, get_host,
|
||||||
|
get_selector, get_origin_req_host and is_unverifiable deprecated since 3.3
|
||||||
|
have been removed.
|
||||||
|
|
||||||
.. _opener-director-objects:
|
.. _opener-director-objects:
|
||||||
|
|
||||||
OpenerDirector Objects
|
OpenerDirector Objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue