Right now we are sending all HTTP params for golang and rust as individual argv arguments.
It would be better if we sent the HTTP params as JSON and updated the examples to dump the JSON, similar to how JavaScript / Ruby / Python / Lua / etc all currently work.