You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm not able to search in request or response, Most of the time in real world scenarios, we deal with very large network responses, and let's say we're getting some wrong data, and we want to debug that, we may know the key name, or we can try to search the incorrect value in response itself, since response is long, it's not feasible to scroll and check it line by line. Currently either have to copy the curl, run it in postman and search it there or copy the response, paste it in some text editor and search there which is very frustrating
Describe the solution you'd like
There should be a search option(atleast to response) to search something in api response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm not able to search in request or response, Most of the time in real world scenarios, we deal with very large network responses, and let's say we're getting some wrong data, and we want to debug that, we may know the key name, or we can try to search the incorrect value in response itself, since response is long, it's not feasible to scroll and check it line by line. Currently either have to copy the curl, run it in postman and search it there or copy the response, paste it in some text editor and search there which is very frustrating
Describe the solution you'd like
There should be a search option(atleast to response) to search something in api response
The text was updated successfully, but these errors were encountered: