Skip to content

Commit

Permalink
Add line of documentation about urllib3_response_options
Browse files Browse the repository at this point in the history
  • Loading branch information
joren485 committed Sep 12, 2023
1 parent c3fb480 commit 59cb8e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/requests/adapters.py
Expand Up @@ -438,6 +438,9 @@ def send(
):
"""Sends PreparedRequest object. Returns Response object.
It is possible to pass additional arguments to :meth:`urllib3.poolmanager.PoolManager.urlopen`
(e.g. `enforce_content_length`) by populating :attr:`HTTPAdapter.urllib3_response_options`.
:param request: The :class:`PreparedRequest <PreparedRequest>` being sent.
:param stream: (optional) Whether to stream the request content.
:param timeout: (optional) How long to wait for the server to send
Expand Down

0 comments on commit 59cb8e4

Please sign in to comment.