Hyperfoil

store

Stores data in a session variable (overwriting on multiple occurences).

Inline definition
Variable name.
Property Type Description
format enum Format into which should this processor convert the buffers before storing. Default is STRING.
Options:
  • BYTEBUF: Store the buffer directly. Beware that this may cause memory leaks!
  • BYTES: Store data as byte array.
  • STRING: Interprets the bytes as UTF-8 string.
toVar Object Variable name.
Close

Search results for "":