Expand description
Transport that outputs equivalent curl commands instead of making RPC requests.
Structs§
- Curl
Transport - A transport that prints curl commands instead of executing RPC requests.
Functions§
- generate_
curl_ command - Generates a curl command for an RPC request.
- shell_
escape 🔒 - Escapes a string for use in a single-quoted shell argument.