Home
last modified time | relevance | path

Searched refs:send_unformatted_request (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs179 let response = self.send_unformatted_request(request.clone()).await?; in send_request()
183 async fn send_unformatted_request( in send_unformatted_request() method
244 response = self.send_unformatted_request(request.clone()).await?; in redirect()