Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dclient.rs225 HttpVersion::Http2PriorKnowledge => self.http2_request(uri, request).await, in send_request_with_uri()
257 async fn http2_request<T: Body>( in http2_request() method