Skip to main content

cmd_string_for_request_parts

Function cmd_string_for_request_parts 

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

Create a curl command string for the given HttpRequestParts.