Replies: 1 comment 1 reply
-
What do you mean by trace exactly? Logger and RequestLogger middleware can log elapsed (latency) for requests. Here are some examples for logging https://echo.labstack.com/docs/middleware/logger#examples |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, right now I want to create some route that can downloading file from local using
echo.Context.File
that can exposing file as static file. Here's my code right now:How can I trace speed download while client downloading static file from exposed file like above?
For more information, this route only can be access on one client.
Beta Was this translation helpful? Give feedback.
All reactions