Skip to main content

cmd_for_request_parts

Function cmd_for_request_parts 

pub fn cmd_for_request_parts(
    parts: &(impl HttpRequestParts + AuthorityInputExt + ProtocolInputExt),
) -> Command
Available on crate features http and std only.
Expand description

Create a curl Command for the given HttpRequestParts.