Searched refs:extension (Results 1 – 5 of 5) sorted by relevance
19 let extension = request.extensions().get::<MyExtension>().unwrap(); in say_hello() localVariable20 println!("extension data = {}", extension.some_piece_of_data); in say_hello()
43 // Find the proto file which defines an extension extending the given63 // The type name and extension number sent by the client when requesting107 // A list of extension numbers sent by the server answering
53 // Find the proto file which defines an extension extending the given73 // The type name and extension number sent by the client when requesting117 // A list of extension numbers sent by the server answering
265 …l", "dep:hyper-rustls", "dep:tower", "tower-http/util", "tower-http/add-extension", "dep:tokio-rus…
156 * add GrpcMethod extension into request for client ([#1275](https://github.com/hyperium/tonic/issue…160 * **reflection:** Add dummy implementation for extension ([#1209](https://github.com/hyperium/tonic…