Function cmd_string_for_request_parts
pub fn cmd_string_for_request_parts(
ctx: &Context,
parts: &impl HttpRequestParts,
) -> String
Expand description
Create a curl
command string for the given HttpRequestParts
.
pub fn cmd_string_for_request_parts(
ctx: &Context,
parts: &impl HttpRequestParts,
) -> String
Create a curl
command string for the given HttpRequestParts
.