fn clone_unwrap(request: &Request) -> RequestExpand description
Clones a reqwest::Request.
ยงSafety
This panics if the request cannot be cloned. This should only happen if the
request body is a reqwest stream. We disable the stream feature, so the
body should never be a stream.