Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Note NYI

...

Warning
titleDraft Specification

In the context of a typical KRL web evaluation, the KRL runtime is tasked with collecting the results of a ruleset execution and integrating the resultant Javascript into the current session. send_raw is not yet implemented.

With a send_raw command, the developer is responsible for ensuring that the client listener can parse the response and that the content is formatted correctly.  As such, directives to the KRL runtime via send_directive and other runtime actions are not compatible with a send_raw directive and only a single send_raw directive is allowed as a result of a ruleset evaluation.

Mixing raw and runtime directives or sending multiple raw documents is not going to generate a well-formed HTTP document.

...