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