Replies: 1 comment
-
My personal workaround is to annotate my grpc server impl fns with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot find a way to let
TraceLayer
trace the response. Is there a way to do so for not-streamed responses / or even if it means to consume and re-set the body?https://docs.rs/tower-http/latest/tower_http/trace/struct.TraceLayer.html
Beta Was this translation helpful? Give feedback.
All reactions