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