Hacker News new | ask | show | jobs
by chromano 3007 days ago
I started this project because currently it is too "hard" to profile requests for python webapps. There are attempts that create a new URL for you to inspect the results, but I guess that embedding the results directly into the response would be best, as you can check the info through devtools.

There are obviously space to improve, but I thought I would share my approach before I work more on it.