Skip to main content

emit_bash_http_post_json

Function emit_bash_http_post_json 

Source
pub fn emit_bash_http_post_json(
    url_var: &str,
    body_var: &str,
    result_var: &str,
    _timeout_secs: u8,
) -> String
Expand description

Emits bash code to make an HTTP POST request with JSON.