Home
last modified time | relevance | path

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

/tonic/interop/src/
H A Dserver.rs199 let trailer_name = HeaderName::from_static("x-grpc-test-echo-trailing-bin"); in call() localVariable
202 .get(&trailer_name) in call()
204 .map(|v| HeaderMap::from_iter(std::iter::once((trailer_name, v)))); in call()