Skip to content

Commit ec8d296

Browse files
hmolmvantellingen
authored andcommitted
Update plugins.rst
Added information about headers not present in soap enevelop in egress plugin
1 parent ae6ad15 commit ec8d296

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/plugins.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ Writing a plugin is really simple and best explained via an example.
2727
2828
2929
The plugin can implement two methods: ``ingress`` and ``egress``. Both methods
30-
should always return an envelop (lxml element) and the http headers.
30+
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.
3134

3235
To register this plugin you need to pass it to the client. Plugins are always
3336
executed sequentially.

0 commit comments

Comments
 (0)