Expand description
Shared utilities for CreateEffectForRequest domain handlers.
Modulesยง
- Params
- Positional and named scalar extractors for
Parameters: Valuearguments inCreateEffectForRequestdomain handlers.Parametersis a singleserde_json::Valuethat may be a JSON array (positional) or object (named). Thestr_obj_or_poshelper handles the 7 sites that accept both shapes. - Proxy
- Cocoon-proxy helper for
CreateEffectForRequesthandlers that forward calls to the Cocoon Node.js sidecar viaIPCProvider::SendRequestToSideCar.