Skip to main content

Module Utilities

Module Utilities 

Source
Expand description

Shared utilities for CreateEffectForRequest domain handlers.

Modulesยง

Params
Positional and named scalar extractors for Parameters: Value arguments in CreateEffectForRequest domain handlers. Parameters is a single serde_json::Value that may be a JSON array (positional) or object (named). The str_obj_or_pos helper handles the 7 sites that accept both shapes.
Proxy
Cocoon-proxy helper for CreateEffectForRequest handlers that forward calls to the Cocoon Node.js sidecar via IPCProvider::SendRequestToSideCar.