Skip to main content

cmd_for_request_parts_with_options

Function cmd_for_request_parts_with_options 

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

Create a curl Command using explicit export policies.