File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ version
8383
8484encoding
8585 (object) A dictionary mapping stream names (e.g. ``stdin ``, ``stdout ``, ``stderr ``)
86- to encoding type (e.g. ``base64 ``, ``UTF-8 ``).
86+ to default encoding type (e.g. ``base64 ``, ``UTF-8 ``).
8787
8888count
8989 (object) A dictionary mapping stream names (e.g. ``stdout ``, ``stderr ``)
@@ -146,6 +146,12 @@ data
146146eof
147147 (boolean) End of stream indicator.
148148
149+ The following keys are OPTIOINAL in the event context object:
150+
151+ encoding
152+ (string) The encoding of this particular data event when different from
153+ the default encoding specified by the header event.
154+
149155The context object SHOULD contain either a ``data `` or ``eof `` key, or both.
150156
151157Example:
You can’t perform that action at this time.
0 commit comments