We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb173bc commit e8d2c01Copy full SHA for e8d2c01
1 file changed
docs/user/advanced.rst
@@ -467,6 +467,7 @@ Let's print some request method arguments at runtime::
467
You can add multiple hooks to a single request. Let's call two hooks at once::
468
469
>>> r = requests.get('https://httpbin.org/', hooks={'response': [print_url, record_hook]})
470
+ https://httpbin.org/
471
>>> r.hook_called
472
True
473
0 commit comments