Expand description
Utilities for using Tower services with Tonic.
Modules§
- interceptor
- gRPC interceptors which are a kind of middleware.
Structs§
- Axum
Body - The body type used in axum requests and responses.
- Axum
Router - The router type for composing handlers and services.
- Routes
- A
Service
router. - Routes
Builder - Allows adding new services to routes by passing a mutable reference to this builder.
Traits§
- Interceptor
- A gRPC interceptor.
Functions§
- interceptor
- Create a new interceptor layer.