Searched refs:with_origin (Results 1 – 9 of 9) sorted by relevance
| /tonic/examples/src/grpc-web/ |
| H A D | client.rs | 18 let mut client = GreeterClient::with_origin(svc, "http://127.0.0.1:3000".try_into()?); in main()
|
| /tonic/examples/src/tls_rustls/ |
| H A D | client.rs | 58 let mut client = EchoClient::with_origin(client, uri); in main()
|
| /tonic/examples/src/h2c/ |
| H A D | client.rs | 18 let mut client = GreeterClient::with_origin(h2c_client, origin); in main()
|
| /tonic/tonic/src/client/ |
| H A D | grpc.rs | 52 Self::with_origin(inner, Uri::default()) in new() 59 pub fn with_origin(inner: T, origin: Uri) -> Self { in with_origin() method
|
| /tonic/tonic-build/src/ |
| H A D | client.rs | 80 pub fn with_origin(inner: T, origin: Uri) -> Self { in generate_internal() 81 let inner = tonic::client::Grpc::with_origin(inner, origin); in generate_internal()
|
| /tonic/tonic-health/src/generated/ |
| H A D | grpc_health_v1.rs | 84 pub fn with_origin(inner: T, origin: Uri) -> Self { in with_origin() function 85 let inner = tonic::client::Grpc::with_origin(inner, origin); in with_origin()
|
| /tonic/tonic-reflection/src/generated/ |
| H A D | grpc_reflection_v1.rs | 173 pub fn with_origin(inner: T, origin: Uri) -> Self { in with_origin() function 174 let inner = tonic::client::Grpc::with_origin(inner, origin); in with_origin()
|
| H A D | grpc_reflection_v1alpha.rs | 173 pub fn with_origin(inner: T, origin: Uri) -> Self { in with_origin() function 174 let inner = tonic::client::Grpc::with_origin(inner, origin); in with_origin()
|
| /tonic/ |
| H A D | CHANGELOG.md | 232 * Add `Grpc::with_origin` for clients ([#1017](https://github.com/hyperium/tonic/issues/1017)) ([10…
|