Module curl_transport

Module curl_transport 

Source
Expand description

Transport that outputs equivalent curl commands instead of making RPC requests.

Structs§

CurlTransport
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.