Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
pi command log message=HELLO

Body

Also see: Pipeline Body.

Beside parameters, a command can also consume and produce a body, similar to a HTTP POST request and response.

...

Differently to parameters, the input body is typically a more complex document and/or bigger data stream which must be modified in some way. TherforeTherefore, it is passed-in and written-out via the body by default.

...