Module service

Source
Expand description

Utilities for using Tower services with Tonic.

Modules§

interceptor
gRPC interceptors which are a kind of middleware.

Structs§

AxumBody
The body type used in axum requests and responses.
AxumRouter
The router type for composing handlers and services.
Routes
A Service router.
RoutesBuilder
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.