fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.24k stars 388 forks source link

Output the size of the binary request/response in verbose log #229

Open jp-clumio opened 1 year ago

jp-clumio commented 1 year ago

In verbose mode, the json size of the request and response from the UI is printed. It would be great, if the binary size of the response as returned by the server is logged as well.

This would be helpful during development.