Skip to content

Commit 38ed08c

Browse files
Nyholmdbu
authored andcommitted
Added docs for debug_plugins. (#109)
Added docs for debug_plugins.
1 parent be45ad7 commit 38ed08c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

plugins/introduction.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ To prevent issues with faulty plugins or endless redirects, the ``PluginClient``
9494
check to the start of the plugin chain. If the same request is restarted more than specified by
9595
that value, execution is aborted and an error is raised.
9696

97+
.. _plugin-client.debug-plugins:
98+
99+
``debug_plugins``: array of Plugin
100+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101+
102+
Debug plugins are injected between each normal plugin. This could be used to log the changes each
103+
plugin does on the Request and Response objects.
104+
97105
.. _plugin-client.libraries:
98106

99107
Libraries that Require Plugins

0 commit comments

Comments
 (0)