Skip to content

[HttpClient] Add note about a required decoration priority > 5 #18087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,10 @@ If you want to extend the behavior of a base HTTP client, you can use
}
}

.. note::

A decoration priority higher than 5 is required to affect scoped clients

A decorator like this one is useful in cases where processing the requests'
arguments is enough. By decorating the ``on_progress`` option, you can
even implement basic monitoring of the response. However, since calling
Expand Down