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 ae6ad15 commit ec8d296Copy full SHA for ec8d296
1 file changed
docs/plugins.rst
@@ -27,7 +27,10 @@ Writing a plugin is really simple and best explained via an example.
27
28
29
The plugin can implement two methods: ``ingress`` and ``egress``. Both methods
30
-should always return an envelop (lxml element) and the http headers.
+should always return an envelop (lxml element) and the http headers. The
31
+envelope in the ``egress`` plugin will only contain the body of the soap message.
32
+This is important to remember if you want to inspect or do something
33
+with the headers.
34
35
To register this plugin you need to pass it to the client. Plugins are always
36
executed sequentially.
0 commit comments