router icon indicating copy to clipboard operation
router copied to clipboard

PoC for external calls via HTTP/POST+JSON

Open garypen opened this issue 3 years ago • 1 comments

DO NOT MERGE UNDER ANY CIRCUMSTANCES

PoC for external calls via HTTP/POST+JSON payloads. There are two mechanisms explored:

  • custom http_plugin
  • rhai extension method

Both mechanisms appear to add approx 2ms onto the total execution time when calling out to a service implemented in Python on a local machine that is performing minimal modifications of the provided JavaScript.

There are two new examples which illustrate each mechanism.

garypen avatar Sep 02 '22 16:09 garypen

@garypen your pull request is missing a changelog!

github-actions[bot] avatar Sep 02 '22 16:09 github-actions[bot]

@garypen, please add a /NEXT_CHANGELOG.md entry for this PR to the appropriate section!

github-actions[bot] avatar Nov 08 '22 17:11 github-actions[bot]

Closing since this was delivered via config rather than using rhai in #2229

garypen avatar Jan 09 '23 15:01 garypen