Home
last modified time | relevance | path

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

/tonic/tonic-build/src/
H A Dmanual.rs358 servers: TokenStream, field
369 self.servers.extend(server); in generate()
398 if self.builder.build_server && !self.servers.is_empty() { in finalize()
399 let servers = &self.servers; in finalize() localVariable
402 #servers in finalize()
409 self.servers = TokenStream::default(); in finalize()
488 servers: TokenStream::default(), in compile()
H A Dprost.rs208 servers: TokenStream, field
216 servers: TokenStream::default(), in new()
236 self.servers.extend(server); in generate()
270 if self.builder.build_server && !self.servers.is_empty() { in finalize()
271 let servers = &self.servers; in finalize() localVariable
274 #servers in finalize()
281 self.servers = TokenStream::default(); in finalize()
/tonic/tonic-web/
H A DREADME.md3 Enables tonic servers to handle requests from `grpc-web` clients directly,
/tonic/examples/
H A DREADME.md159 Both clients and both servers do the same thing, but using the two different
160 approaches. Run one of the servers in one terminal, and then run the clients
H A Drouteguide-tutorial.md24 With gRPC we can define our service once in a `.proto` file and implement clients and servers in
25 any of gRPC's supported languages, which in turn can be run in environments ranging from servers
138 operate independently, so clients and servers can read and write in whatever
798 - When building rust clients and servers in different crates.
H A Dhelloworld-tutorial.md325 …o get started writing high-performance, interoperable, and flexible gRPC servers in Rust. For a mo…
/tonic/interop/proto/grpc/testing/
H A Dtest.proto67 // A simple service NOT implemented at servers so clients can test for
H A Dmessages.proto101 // is "nullable" in order to interoperate seamlessly with servers not able to
/tonic/
H A DREADME.md21 contains the tools to build clients and servers from [`protobuf`] definitions.
H A DCHANGELOG.md291 * **build:** add constructor `from_arc` for gRPC servers ([#875](https://github.com/hyperium/tonic/…
384 * **build:** support adding attributes to clients and servers ([#684](https://github.com/hyperium/t…
393 * **tonic:** make it easier to add tower middleware to servers ([#651](https://github.com/hyperium/…
629 * expose tcp_nodelay for clients and servers ([#145](https://github.com/hyperium/tonic/issues/145))…
636 * **transport:** Expose tcp keepalive to clients & servers ([#151](https://github.com/hyperium/toni…