Home
last modified time | relevance | path

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

/tonic/tonic-reflection/tests/
H A Dversions.rs93 let mut inbound = client in make_v1_request() localVariable
99 let response = inbound in make_v1_request()
108 assert!(inbound.next().await.is_none()); in make_v1_request()
150 let mut inbound = client in make_v1alpha_request() localVariable
156 let response = inbound in make_v1alpha_request()
165 assert!(inbound.next().await.is_none()); in make_v1alpha_request()
H A Dserver.rs129 let mut inbound = client in make_test_reflection_request() localVariable
135 let response = inbound in make_test_reflection_request()
144 assert!(inbound.next().await.is_none()); in make_test_reflection_request()
/tonic/examples/src/routeguide/
H A Dclient.rs83 let mut inbound = response.into_inner(); in run_route_chat() localVariable
85 while let Some(note) = inbound.message().await? { in run_route_chat()
/tonic/examples/
H A Drouteguide-tutorial.md765 let mut inbound = response.into_inner();
767 while let Some(note) = inbound.message().await? {
/tonic/
H A DCHANGELOG.md418 * **codec:** Allocate inbound buffer once ([#578](https://github.com/hyperium/tonic/issues/578)) ([…