rogchap / wombat

Cross platform gRPC client
MIT License
1.39k stars 52 forks source link

Feature request: Search in responses #62

Open patkoscsaba opened 3 years ago

patkoscsaba commented 3 years ago

Sometimes responses are complex and big, or they are simple but long streams. It would be very useful to be able to search for strings in the response. For example, I sometimes follow streams and do changes on the server, and I am checking if messages on the stream change accordingly. This is OK if the responses are very simple and not changing too fast. But many times it is just too easy to miss the messages by scanning the responses by eye. A search function would provide great value to Wombat and allow us, developers, to quickly check for the interesting parts of the response messages.