Searched refs:first (Results 1 – 10 of 10) sorted by relevance
| /tonic/tests/integration_tests/tests/ |
| H A D | routes_builder.rs | 100 let first = match stream_response.next().await { in multiple_service_using_routes_builder() localVariable 101 Some(Ok(first)) => first, in multiple_service_using_routes_builder() 105 assert_eq!(&first.buf, b"world"); in multiple_service_using_routes_builder()
|
| /tonic/tonic-reflection/tests/ |
| H A D | server.rs | 60 .first() in test_file_by_filename() 84 .first() in test_file_containing_symbol()
|
| /tonic/ |
| H A D | README.md | 4 RPC framework that puts mobile and HTTP/2 first. 6 …ance, interoperability, and flexibility. This library was created to have first class support of a… 36 …loworld-tutorial] tutorial provides a basic example of using `tonic`, perfect for first time users!
|
| H A D | CONTRIBUTING.md | 120 usually a good idea to first open an issue describing the change to solicit 237 1. The first line should: 342 Focus first on the most significant aspects of the change: 358 change over time. The first impression you give to a new contributor never does. 382 If a Pull Request appears to be abandoned or stalled, it is polite to first
|
| H A D | CHANGELOG.md | 461 * **transport:** reconnect lazy connections after first failure ([#458](https://github.com/hyperium…
|
| /tonic/tonic/benches-disabled/ |
| H A D | README.md | 19 Criterion is particularly useful for establishing a first-run baseline and then comparing after cod…
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | test.proto | 58 // first request.
|
| /tonic/examples/ |
| H A D | helloworld-tutorial.md | 33 Our first step is to define the gRPC _service_ and the method _request_ and _response_ types using 98 …or our application we can start writing our application with Tonic! Let's first add our required d…
|
| H A D | routeguide-tutorial.md | 84 Our first step is to define the gRPC *service* and the method *request* and *response* types using 376 Let's look at the simplest method first, `get_feature`, which just gets a `tonic::Request<Point>` 591 To call service methods, we first need to create a gRPC *client* to communicate with the server. Li…
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 893 // Upon the first delivery of a given message, `delivery_attempt` will have a 1069 // must be provided in the first request on the stream, and must not be set in 1107 // the first request on the stream, but it can also be updated on subsequent
|