Home
last modified time | relevance | path

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

/tonic/examples/src/interceptor/
H A Dserver.rs19 let extension = request.extensions().get::<MyExtension>().unwrap(); in say_hello() localVariable
20 println!("extension data = {}", extension.some_piece_of_data); in say_hello()
/tonic/tonic-reflection/proto/
H A Dreflection_v1alpha.proto43 // Find the proto file which defines an extension extending the given
63 // The type name and extension number sent by the client when requesting
107 // A list of extension numbers sent by the server answering
H A Dreflection_v1.proto53 // Find the proto file which defines an extension extending the given
73 // The type name and extension number sent by the client when requesting
117 // A list of extension numbers sent by the server answering
/tonic/examples/
H A DCargo.toml265 …l", "dep:hyper-rustls", "dep:tower", "tower-http/util", "tower-http/add-extension", "dep:tokio-rus…
/tonic/
H A DCHANGELOG.md156 * 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…