From 5f875cfdbf2f526075704034ae5a6a4330c46787 Mon Sep 17 00:00:00 2001 From: Simon Berger Date: Sun, 19 Mar 2023 14:33:25 +0100 Subject: [PATCH] [HttpClient] Add note about a required decoration priority > 5 --- http_client.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/http_client.rst b/http_client.rst index d76b84a18fd..3b0959f2c71 100644 --- a/http_client.rst +++ b/http_client.rst @@ -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