Home
last modified time | relevance | path

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

/tonic/examples/src/h2c/
H A Dclient.rs65 let h2c_req = hyper::Request::builder() in call() localVariable
71 let res = client.request(h2c_req).await.unwrap(); in call()