Skip to content

Commit

Permalink
add docstring parameter hooks (#6456)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpzt committed Jul 30, 2023
1 parent cdbc2e2 commit fecf3dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requests/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ def request(
:type allow_redirects: bool
:param proxies: (optional) Dictionary mapping protocol or protocol and
hostname to the URL of the proxy.
:param hooks: (optional) Dictionary mapping hook name to one event or
list of events, event must be callable.
:param stream: (optional) whether to immediately download the response
content. Defaults to ``False``.
:param verify: (optional) Either a boolean, in which case it controls whether we verify
Expand Down

0 comments on commit fecf3dc

Please sign in to comment.