Expand description
GRPC server for Poem
Re-exports§
pub use metadata::Metadata;
Modules§
- codec
- Generic encoding and decoding.
- example_
generated - This module shows an example of code generated by the macro. IT MUST NOT BE USED OUTSIDE THIS CRATE.
- metadata
- Metadata related types
Macros§
- include_
file_ descriptor_ set - Include an encoded
prost_types::FileDescriptorSet
as a&'static [u8]
. - include_
proto - Include generated server and client types.
Structs§
- Client
Config - A configuration for GRPC client
- Client
Config Builder - A
ClientConfig
builder - Health
Reporter - A handle providing methods to update the health status of GRPC services
- Reflection
- A builder for creating reflection service
- Request
- A GRPC request
- Response
- A GRPC response
- Route
Grpc - A router for GRPC services
- Status
- A GRPC status describing the result of an RPC call.
- Streaming
- Message stream
Enums§
- Client
Builder Error - Code
- GRPC status code
- Compression
Encoding - The compression encodings.
- Serving
Status - Service health
Traits§
- Service
- Represent a GRPC service
Functions§
- health_
service - Create health service and
HealthReporter