Skip to main content

Module service

Module service 

Source
Expand description

Tower Service implementation for gRPC request/response interception.

DebugService intercepts every gRPC call, logs request metadata and body contents, forwards to the inner service, and then logs the response.

Structsยง

DebugService
A Tower service that intercepts and logs gRPC requests and responses.