kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊
MIT License
3.65k stars 368 forks source link

Not able to search something in request or response #243

Open PM74367 opened 2 years ago

PM74367 commented 2 years ago

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

istemit commented 1 year ago

https://github.com/kasketis/netfox/pull/248