Versions Compared

Key

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

...

Sets a named value for the request which can be retrieved with get later in this request. The values can even be "rich" objects within a request. Which means like an instance of a product et al.

Example

Code Block
languagejs
linenumberstrue
... 
request.set(key, value)
...

...