pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.33k stars 187 forks source link

Filter requests for a specific domain and Ability to clear the requests log #28

Closed mohammad19991 closed 6 years ago

mohammad19991 commented 6 years ago

Currently Wormholy will log all the network calls that uses NSURLSession so you will see many requests being triggered by third party SDKs which I don't want always to see but I would like to see all the requests related to my domain.

Also it would be nice if we can clear the log.

pmusolino commented 6 years ago

You can search for the API calls you need, but the functionality to clean the calls you made earlier is useful! I will implement it as soon as possible.

dwdmarkowski commented 6 years ago

Could I implement cleaning calls? :)