kean / Pulse

Network logger for Apple platforms
https://pulselogger.com
MIT License
6.18k stars 294 forks source link

Is it available for axios and fetch? #243

Open baronha opened 5 months ago

baronha commented 5 months ago

I want to integrate PulseUI with a React Native project. Can Pulse log HTTP requests using axios or fetch on javascript side?

kean commented 5 months ago

Hey, in the current implementation – no because it's closely coupled with Foundation.URLSession. It'll be, of course, fantastic to extend it to add support for more tools.