Function cmd_for_request_parts_and_payload
pub fn cmd_for_request_parts_and_payload(
ctx: &Context,
parts: &Parts,
payload: &Bytes,
) -> Command
Expand description
Create a curl
Command
for the given HttpRequestParts
and payload bytes.